From 65c52a2a209a431dd4d53362b9a9bc503f6fd58d Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 30 Apr 2005 21:15:53 +0000 Subject: - 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 --- search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/search.php b/search.php index 4bf65c5be..0a39bc9ca 100644 --- a/search.php +++ b/search.php @@ -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'], -- cgit v1.2.3