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:
commit
8c95332753
|
@ -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") {
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue
Block a user