aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-28 06:20:13 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-28 06:20:13 -0400
commit3d5e711780391fece27af1aaf915b81aca7536fe (patch)
tree559d7773198b709fbba7249664a88e7f459402fc /view/theme
parent2a244be9ac61ae0adbdc4d0805c0c784a102da4c (diff)
downloadvolse-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')
-rw-r--r--view/theme/dispy-dark/theme.php3
-rw-r--r--view/theme/dispy/theme.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php
index 372757752..f06a97a5f 100644
--- a/view/theme/dispy-dark/theme.php
+++ b/view/theme/dispy-dark/theme.php
@@ -157,7 +157,8 @@ function dispydark_community_info() {
}
// use our 'default.php' instead of the system-wide one
-$a->page['template'] = "theme/dispy-dark/default";
+$theme_name = 'dispy-dark';
+//$a->page['template'] = "theme/dispy-dark/default";
// aside on profile page
if ($a->argv[0] === "profile") {
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") {