Your IP : 216.73.216.224


Current Path : /var/www/html/templates/t3_blank/tpls/blocks/
Upload File :
Current File : /var/www/html/templates/t3_blank/tpls/blocks/spotlight-2.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-2', 'position-5, position-6, position-7, position-8')) : ?>
<!-- SPOTLIGHT 2 -->
<div class="container t3-sl t3-sl-2">
  <?php 
  	$this->spotlight ('spotlight-2', 'position-5, position-6, position-7, position-8')
  ?>
</div>
<!-- //SPOTLIGHT 2 -->
<?php endif ?>