mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- 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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user