]> git.mxchange.org Git - friendica.git/commitdiff
WITH is going on?
authorSimon L'nu <simon.lnu@gmail.com>
Wed, 28 Mar 2012 10:20:13 +0000 (06:20 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Wed, 28 Mar 2012 10:20:13 +0000 (06:20 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/theme/dispy-dark/theme.php
view/theme/dispy/theme.php

index 372757752a35805a4662bae53304a3f76a684e4a..f06a97a5f17fdbcb452baf72af65899304684421 100644 (file)
@@ -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") {
index 190872d01e7ac9da10db81ca17d46761efaa336a..15e54f7e215598b58988316d558b2822570e7034 100644 (file)
@@ -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") {