Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/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->checkSpotlight('slideshow', 'slideshow')
) : ?>
<section id="slideshowwrap" class="clearfix">
<div class="container">
<?php $this->spotlight ('slideshow', 'slideshow')?>
</div>
</section>
<?php endif;?>