aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/dispy/theme.php')
-rw-r--r--view/theme/dispy/theme.php7
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();
+}