WITH is going on?

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-28 06:20:13 -04:00
parent 2a244be9ac
commit 3d5e711780
2 changed files with 4 additions and 2 deletions

View 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") {

View 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") {