Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
}
// 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") {
}
// 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") {