Changeset 28316 for trunk/index.php


Ignore:
Timestamp:
Apr 30, 2014, 8:31:00 PM (10 years ago)
Author:
rvelices
Message:

move QUERY_SEARCH template ssignment from index to menubar.inc.php (works also on photo pages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r28128 r28316  
    8585
    8686$template->assign('thumb_navbar', $page['navigation_bar'] );
    87 
    88 if ( $page['section']=='search' and isset($page['qsearch_details']) )
    89 {
    90   $template->assign('QUERY_SEARCH', htmlspecialchars($page['qsearch_details']['q']) );
    91 }
    9287
    9388// caddie filling :-)
Note: See TracChangeset for help on using the changeset viewer.