diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-26 09:48:38 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-26 09:48:38 +0200 |
commit | 579c4f3079b9d1912cab6f70a9d95ebab1ca8743 (patch) | |
tree | ac316b88189bbfabcde655067400fa354adeab79 /view/theme | |
parent | 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 (diff) | |
download | volse-hubzilla-579c4f3079b9d1912cab6f70a9d95ebab1ca8743.tar.gz volse-hubzilla-579c4f3079b9d1912cab6f70a9d95ebab1ca8743.tar.bz2 volse-hubzilla-579c4f3079b9d1912cab6f70a9d95ebab1ca8743.zip |
diabook: small fix in theme_info array
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/diabook/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 5bd206100..e4af9d3f3 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -8,7 +8,7 @@ */ $a->theme_info = array( - 'extends' => 'diabook', + //'extends' => 'diabook', //it's diabook, don't need to extend himself... ); //change css on network and profilepages |