Source for file tpl_search.php
Documentation is available at tpl_search.php
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
include_once(themePath('../search/display.php'));
echo '<h1>'. _t('search','result'). '</h1>';
if(!isset ($_REQUEST['search']) || strlen($_REQUEST['search'])<= 3) {
echo '<div class="info">';
echo _t('search','min_length');
$searchtype=isset ($_REQUEST['searchtype']) ? $_REQUEST['searchtype'] : 'one';
echo '<h1>'. _t('menu','advancedsearch'). '</h1>';
|