diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-28 06:20:13 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-28 06:20:13 -0400 |
commit | 3d5e711780391fece27af1aaf915b81aca7536fe (patch) | |
tree | 559d7773198b709fbba7249664a88e7f459402fc /view/theme/dispy | |
parent | 2a244be9ac61ae0adbdc4d0805c0c784a102da4c (diff) | |
download | volse-hubzilla-3d5e711780391fece27af1aaf915b81aca7536fe.tar.gz volse-hubzilla-3d5e711780391fece27af1aaf915b81aca7536fe.tar.bz2 volse-hubzilla-3d5e711780391fece27af1aaf915b81aca7536fe.zip |
WITH is going on?
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/theme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index 190872d01..15e54f7e2 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -157,7 +157,8 @@ function dispy_community_info() { } // use our 'default.php' instead of the system-wide one -$a->page['template'] = "theme/dispy-dark/default"; +$theme_name = 'dispy'; +//$a->page['template'] = "theme/dispy/default"; // aside on profile page if ($a->argv[0] === "profile") { |