diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 22:45:44 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 22:45:44 -0400 |
commit | 3d11c22b01e1581b4606312dcc38dfd7b7906502 (patch) | |
tree | 261dc6c4c0c40960a4ff6ae720b208e853fce40e /view/theme/dispy-dark/theme.php | |
parent | 758e1b7424c8210a60df16a12f3ba3d32b433192 (diff) | |
download | volse-hubzilla-3d11c22b01e1581b4606312dcc38dfd7b7906502.tar.gz volse-hubzilla-3d11c22b01e1581b4606312dcc38dfd7b7906502.tar.bz2 volse-hubzilla-3d11c22b01e1581b4606312dcc38dfd7b7906502.zip |
add in the search box
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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); } |