diabook: small fix in theme_info array
This commit is contained in:
parent
51d419e159
commit
579c4f3079
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$a->theme_info = array(
|
$a->theme_info = array(
|
||||||
'extends' => 'diabook',
|
//'extends' => 'diabook', //it's diabook, don't need to extend himself...
|
||||||
);
|
);
|
||||||
|
|
||||||
//change css on network and profilepages
|
//change css on network and profilepages
|
||||||
|
|
Loading…
Reference in a new issue