Current Path :
/
home
/
develito
/
www
/
templates
/
ja_edenite_ii_1
/
tpls
/
blocks
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/templates/ja_edenite_ii_1/tpls/blocks/spotlight-1.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('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?> <!-- SPOTLIGHT 1 --> <div class="container t3-sl t3-sl-1"> <?php $this->spotlight('spotlight-1', 'position-1, position-2, position-3, position-4') ?> </div> <!-- //SPOTLIGHT 1 --> <?php endif ?>