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/mainbody-home-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;
?>

<div class="home">

  <?php if ($this->countModules('home-1')) : ?>
  <!-- HOME SL 1 -->
  <div class="wrap t3-sl t3-sl-1<?php $this->_c('home-1')?>">
    <jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />
  </div>
  <!-- //HOME SL 1 -->
  <?php endif ?>

  <?php $this->loadBlock ('mainbody') ?>

  <?php if ($this->countModules('home-5')) : ?>
  <!-- HOME SL 5 -->
  <div class="wrap t3-sl t3-sl-5<?php $this->_c('home-5')?>">
    <jdoc:include type="modules" name="<?php $this->_p('home-5') ?>" style="raw" />
  </div>
  <!-- //HOME SL 5 -->
  <?php endif ?>

</div>