From 3d5e711780391fece27af1aaf915b81aca7536fe Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Wed, 28 Mar 2012 06:20:13 -0400 Subject: WITH is going on? Signed-off-by: Simon L'nu --- view/theme/dispy-dark/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy-dark/theme.php') diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index 372757752..f06a97a5f 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -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") { -- cgit v1.2.3