add in the search box

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-25 22:45:44 -04:00
commit 3d11c22b01
6 changed files with 43 additions and 13 deletions

View file

@ -151,6 +151,6 @@ function dispy_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);
}