- bug 106 fixed : "'L_RETURN_HINT' template code missed in

search.php". Trivial correction.


git-svn-id: http://piwigo.org/svn/branches/branch-1_4@780 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-04-30 21:15:53 +00:00
parent 7b5bb0e3fc
commit 65c52a2a20
+1
View File
@@ -204,6 +204,7 @@ include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames( array('search'=>'search.tpl') );
$template->assign_vars(array(
'L_RETURN_HINT' => $lang['home_hint'],
'L_SEARCH_TITLE' => $lang['search_title'],
'L_SEARCH_OPTIONS' => $lang['search_options'],
'L_RETURN' => $lang['home'],