File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/search.php
<?php /** * @package T3 Blank * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $searchwidth = $this->params->get('searchwidth'); ?> <?php if ($this->countModules('search')) : ?> <!-- Search --> <div id="search" class="col-lg-<?php echo $searchwidth; ?> col-md-<?php echo $searchwidth; ?> col-sm-12 col-xs-12"> <jdoc:include type="modules" name="search" style="zendefault" /> </div> <!-- //Above --> <?php endif ?>