aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-04-30 21:15:53 +0000
committerplegall <plg@piwigo.org>2005-04-30 21:15:53 +0000
commit65c52a2a209a431dd4d53362b9a9bc503f6fd58d (patch)
treef8b750c32bb7ddd09769d2b3e02ef6b717f4cb7f
parent7b5bb0e3fcbbd835a0184dccb8eeeb52d49d4349 (diff)
- 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
-rw-r--r--search.php1
1 files changed, 1 insertions, 0 deletions
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'],