diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-04 11:37:29 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-04 11:37:29 +0000 |
commit | a87b19e32bf493b05d440092e05c258f7975c3ce (patch) | |
tree | 9304ce5608e27db4bc5a2f60a8d21e1b693784bb /search/index.php | |
parent | 9c3cfc97df8c91965fcec4ae380623cbcd74b150 (diff) | |
download | elgg-a87b19e32bf493b05d440092e05c258f7975c3ce.tar.gz elgg-a87b19e32bf493b05d440092e05c258f7975c3ce.tar.bz2 |
search layout tweaked
git-svn-id: https://code.elgg.org/elgg/trunk@1680 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'search/index.php')
-rw-r--r-- | search/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/index.php b/search/index.php index 776f6cb89..375d2fbdc 100644 --- a/search/index.php +++ b/search/index.php @@ -38,7 +38,7 @@ $body .= trigger_plugin_hook('search','',$tag,"");
$body .= elgg_view('search/startblurb',array('tag' => $tag));
$body .= list_entities_from_metadata($md_type, $tag, $objecttype, $subtype, $owner_guid, 10, false, false);
- $body = elgg_view_layout('one_column',$body);
+ $body = elgg_view_layout('two_column_left_sidebar','',$body);
}
page_draw(sprintf(elgg_echo('searchtitle'),$tag),$body);
|