aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-25 19:48:17 -0700
committerfriendica <info@friendica.com>2012-03-25 19:48:17 -0700
commitbe52ec6f5ad57493286068df8b854a13a815dbf9 (patch)
tree41e87f0ba4fb2aa0c193eb39b1356bdc3533722d /view/theme/dispy-dark/theme.php
parentc88674aaf23ede573f19a2b363dfccf9627a5dcb (diff)
parent7873347c65ecf936661130392a8680dbad162056 (diff)
downloadvolse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.tar.gz
volse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.tar.bz2
volse-hubzilla-be52ec6f5ad57493286068df8b854a13a815dbf9.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/dispy-dark/theme.php')
-rw-r--r--view/theme/dispy-dark/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php
index 9b6ea76bf..4c938997b 100644
--- a/view/theme/dispy-dark/theme.php
+++ b/view/theme/dispy-dark/theme.php
@@ -151,6 +151,6 @@ function dispydark_community_info() {
$aside['$url'] = $url;
$tpl = file_get_contents(dirname(__file__).'/communityhome.tpl');
- $a->page['right_aside'] = replace_macros($tpl, $aside);
+ $a->page['aside'] = replace_macros($tpl, $aside);
}