topsearch.php 674 B

12345678910111213141516
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. ?>
  10. <form method="get" name="searchFrom" class="js_topSeachForm" action="<?= Yii::$service->url->getUrl('catalogsearch/index'); ?>">
  11. <div class="navigation-search d-none d-lg-block">
  12. <input name="q" class="searchArea js_k2 ac_input" type="search" placeholder="Search" maxlength="150" value="<?= \Yii::$service->helper->htmlEncode(Yii::$app->request->get('q')); ?>">
  13. <button type="submit" class="fl js_topSearch seachBtn"><i class="icon ion-md-search"></i></button>
  14. </div>
  15. </form>