aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2014-04-30 18:31:00 +0000
committerrvelices <rv-github@modusoptimus.com>2014-04-30 18:31:00 +0000
commitfc20ee6b691287363714f49ab90837359c3db951 (patch)
treefc4c558e690dc0b53402d8bd1fb913ccf7c2716c /index.php
parent54cf766ac3f3c9e4aac4d981882224b0283398ed (diff)
move QUERY_SEARCH template ssignment from index to menubar.inc.php (works also on photo pages)
git-svn-id: http://piwigo.org/svn/trunk@28316 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index d6fb3959f..e030cb74b 100644
--- a/index.php
+++ b/index.php
@@ -85,11 +85,6 @@ if (count($page['items']) > $page['nb_image_page'])
$template->assign('thumb_navbar', $page['navigation_bar'] );
-if ( $page['section']=='search' and isset($page['qsearch_details']) )
-{
- $template->assign('QUERY_SEARCH', htmlspecialchars($page['qsearch_details']['q']) );
-}
-
// caddie filling :-)
if (isset($_GET['caddie']))
{