diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-09-27 04:46:38 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-09-27 04:46:38 -0700 |
commit | 0691662f5ace98f7e9584834cd3898ed48ba3570 (patch) | |
tree | a15a0f0565c7247a9b9b1e7384eb560c662a9990 /view/theme/easterbunny/theme.php | |
parent | 1e288dc8a3169a313876ea671979b40c29722752 (diff) | |
parent | 30df9abeac7c80a27f4727e29a1cad6b928edf4e (diff) | |
download | volse-hubzilla-0691662f5ace98f7e9584834cd3898ed48ba3570.tar.gz volse-hubzilla-0691662f5ace98f7e9584834cd3898ed48ba3570.tar.bz2 volse-hubzilla-0691662f5ace98f7e9584834cd3898ed48ba3570.zip |
Merge pull request #5 from fabrixxm/master
fix loozah themes navbar
Diffstat (limited to 'view/theme/easterbunny/theme.php')
-rw-r--r-- | view/theme/easterbunny/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/theme.php index 47b43cf13..338f40cbf 100644 --- a/view/theme/easterbunny/theme.php +++ b/view/theme/easterbunny/theme.php @@ -1,4 +1,4 @@ <?php $a->theme_info = array( - 'extends' => 'loozah', + 'extends' => 'duepuntozero', ); |