diff options
author | Simon <simon@kisikew.org> | 2012-03-27 01:43:01 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-27 01:43:01 -0700 |
commit | 928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41 (patch) | |
tree | fdeb88be9d8545ead92c5d63a9d9af7f6a7ccc23 /view/theme/dispy/theme.php | |
parent | 7c6c3d36f589d38de5e8b36f2ba1d940c8150e2c (diff) | |
parent | cc33a564e1658d32bb5bc3ad0abdfbe6871cf945 (diff) | |
download | volse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.tar.gz volse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.tar.bz2 volse-hubzilla-928e6c7ef78d251429a7d5c1fd4fdb8e6c282d41.zip |
Merge pull request #175 from simonlnu/master
various fixes for dispys
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(); +} |