Current File : /home/lightco1/www/kichler.com.au/templates/purity_iii/tpls/blocks/slideshow.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('slideshow')) : ?>
<!-- SLIDESHOW -->
<div class="slideshow hidden-xs <?php $this->_c('slideshow') ?>">
<jdoc:include type="modules" name="<?php $this->_p('slideshow') ?>" style="raw" />
</div>
<!-- //SLIDESHOW -->
<?php endif ?>