diff options
author | friendica <info@friendica.com> | 2012-03-25 19:48:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-25 19:48:17 -0700 |
commit | be52ec6f5ad57493286068df8b854a13a815dbf9 (patch) | |
tree | 41e87f0ba4fb2aa0c193eb39b1356bdc3533722d /view/theme/dispy-dark/theme.php | |
parent | c88674aaf23ede573f19a2b363dfccf9627a5dcb (diff) | |
parent | 7873347c65ecf936661130392a8680dbad162056 (diff) | |
download | volse-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.php | 2 |
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); } |