From c3388ad81336d45a40a66b69096f504ffa7e34cb Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Tue, 27 Mar 2012 04:40:31 -0400 Subject: more fixes for dispys Signed-off-by: Simon L'nu --- view/theme/dispy/theme.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy/theme.php') diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index 9db77d7f3..db8cf5ccd 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -6,7 +6,7 @@ * Version: 1.0 * Author: unknown * Maintainer: Simon - * Screenshot: Screenshot + * Screenshot: Screenshot */ @@ -154,3 +154,8 @@ function dispy_community_info() { $a->page['aside'] = replace_macros($tpl, $aside); } +//right_aside at profile pages +if ($a->argv[0] === "profile") { + // COMMUNITY + dispy_community_info(); +} -- cgit v1.2.3