diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search.php b/search.php index c4cd1d9c2..e8645440c 100644 --- a/search.php +++ b/search.php @@ -145,6 +145,7 @@ get_month_list('end_month', @$_POST['end_month']); // Start output of page // $title= $lang['search_title']; +$page['body_id'] = 'theSearchPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array('search'=>'search.tpl') ); |