|
From: Jon O. <jon...@us...> - 2006-09-04 18:08:57
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27998/modules/mx_coreblocks Modified Files: mx_search.php Log Message: Selvens B5 fix (RC1) - B5 site search page title Index: mx_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_search.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** mx_search.php 30 Aug 2006 19:15:43 -0000 1.17 --- mx_search.php 4 Sep 2006 18:08:53 -0000 1.18 *************** *** 358,362 **** // Output header // - $mx_page->page_title = $lang['Search']; $template->set_filenames( array( 'body' => 'mx_search_results.tpl' ) ); --- 358,361 ---- *************** *** 480,485 **** // Output the basic page // - $mx_page->page_title = $lang['Search']; - $template->set_filenames( array( 'body' => 'mx_search_body.tpl' ) ); --- 479,482 ---- |