diff options
author | friendica <info@friendica.com> | 2012-03-26 02:00:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-26 02:00:14 -0700 |
commit | 63fa5f6c7706bd150099821e9bf8826cb1cf4dcd (patch) | |
tree | 925418add983b98ee27542289b1418c7fe7a9e61 /view/theme/diabook | |
parent | 3431d0b42705524b81c9fe71279aff6464efc69f (diff) | |
parent | 579c4f3079b9d1912cab6f70a9d95ebab1ca8743 (diff) | |
download | volse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.tar.gz volse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.tar.bz2 volse-hubzilla-63fa5f6c7706bd150099821e9bf8826cb1cf4dcd.zip |
Merge pull request #172 from fabrixxm/master
Rearrange theme tpls
Diffstat (limited to 'view/theme/diabook')
-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 0279dd925..8064fb7e7 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 |