diff options
Diffstat (limited to 'mod/search/views')
-rw-r--r-- | mod/search/views/default/search/layout.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/search/views/default/search/layout.php b/mod/search/views/default/search/layout.php new file mode 100644 index 000000000..f79cfee12 --- /dev/null +++ b/mod/search/views/default/search/layout.php @@ -0,0 +1,11 @@ +<?php +/** + * Elgg core search listing. + * + * @package Elgg + * @subpackage Core + * @author Curverider Ltd <info@elgg.com>, The MITRE Corporation <http://www.mitre.org> + * @link http://elgg.org/ + */ + +echo elgg_view_layout('two_column_left_sidebar', '', $vars['body']);
\ No newline at end of file |