diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 04:40:31 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-27 04:40:31 -0400 |
commit | c3388ad81336d45a40a66b69096f504ffa7e34cb (patch) | |
tree | d879de83eae69673313e7d067fa2d2f55b93242c /view/theme/dispy/theme.php | |
parent | 6cd56e0f3320f34c46eb83cf08dce05da798088b (diff) | |
download | volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.tar.gz volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.tar.bz2 volse-hubzilla-c3388ad81336d45a40a66b69096f504ffa7e34cb.zip |
more fixes for dispys
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r-- | view/theme/dispy/theme.php | 7 |
1 files changed, 6 insertions, 1 deletions
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 <http://simon.kisikew.org/> - * Screenshot: <a href="screenshot.png">Screenshot</a> + * Screenshot: <a href="screenshot.jpg">Screenshot</a> */ @@ -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(); +} |