Merge pull request #181 from simonlnu/master

how the default.php gets read just changed from under me. not pleasant.
This commit is contained in:
Simon 2012-03-28 03:21:34 -07:00
commit 8c95332753
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") {