WITH is going on?
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
2a244be9ac
commit
3d5e711780
2 changed files with 4 additions and 2 deletions
|
@ -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 a new issue