aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-27 04:52:39 -0700
committerfriendica <info@friendica.com>2012-03-27 04:52:39 -0700
commit1982184ca0f0922436a72f673a97010f6ea96435 (patch)
tree9da8afef8f7c23d74fff6049c12fec7b446d74fc /view/theme/dispy/theme.php
parent117d2165f5ec153e67c13e914d0607f461c878ef (diff)
parent928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41 (diff)
downloadvolse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.tar.gz
volse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.tar.bz2
volse-hubzilla-1982184ca0f0922436a72f673a97010f6ea96435.zip
Merge branch 'pull'
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();
+}