File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/slider.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; ?> <?php if ($this->countModules('slide1 or slide2 or slide3 or slide4')) : ?> <section id="sliderwrap" class="clearfix"> <div class="container"> <div class="liquid-slider" id="zen-slider"> <?php if ($this->countModules('slide1')) : ?> <div> <jdoc:include type="modules" name="slide1" style="simple"/> </div> <?php endif;?> <?php if ($this->countModules('slide2')) : ?> <div> <jdoc:include type="modules" name="slide2" style="simple"/> </div> <?php endif;?> <?php if ($this->countModules('slide3')) : ?> <div> <jdoc:include type="modules" name="slide3" style="simple"/> </div> <?php endif;?> <?php if ($this->countModules('slide4')) : ?> <div> <jdoc:include type="modules" name="slide4" style="simple"/> </div> <?php endif;?> </div> </div> </section> <?php endif;?>