b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher05/templates/simple_v1/warp/systems/joomla/layouts/mod_finder/
File Upload :
Current File : E:/www/instructor/teacher05/templates/simple_v1/warp/systems/joomla/layouts/mod_finder/default.php

<?php
/**
* @package   Warp Theme Framework
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

// get warp
global $warp;

$id = implode('-', array('search', $module->id, uniqid()));

?>

<form id="<?php echo $id; ?>" class="uk-search" action="<?php echo JRoute::_($route); ?>" method="get">
	<input class="uk-search-field" type="text" name="q" placeholder="<?php echo JText::_('TPL_WARP_SEARCH'); ?>" autocomplete="off">
	<?php echo modFinderHelper::getGetFields($route, (int) $params->get('set_itemid')); ?>
</form>

Copyright © 2019 by b0y-101