| Current Path : /home/c/b/e/cbequiperp/www/templates/t3_bs3_blank/tpls/blocks/ |
| Current File : /home/c/b/e/cbequiperp/www/templates/t3_bs3_blank/tpls/blocks/mainbody-home-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;
if (is_array($this->getParam('skip_component_content')) &&
in_array(JFactory::getApplication()->input->getInt('Itemid'), $this->getParam('skip_component_content')))
return;
?>
<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') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />
</div>
</div>
<!-- //HOME SL 1 -->
<?php endif ?>
<?php if ($this->countModules('home-2')) : ?>
<!-- HOME SL 2 -->
<div class="wrap t3-sl t3-sl-2 <?php $this->_c('home-2') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('home-2') ?>" style="raw" />
</div>
</div>
<!-- //HOME SL 2 -->
<?php endif ?>
<?php if ($this->countModules('home-3')) : ?>
<!-- HOME SL 3 -->
<div class="wrap t3-sl t3-sl-3 <?php $this->_c('home-3') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('home-3') ?>" style="raw" />
</div>
</div>
<!-- //HOME SL 3 -->
<?php endif ?>
<?php if ($this->countModules('home-4')) : ?>
<!-- HOME SL 4 -->
<div class="wrap t3-sl t3-sl-4 <?php $this->_c('home-4') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('home-4') ?>" style="raw" />
</div>
</div>
<!-- //HOME SL 4 -->
<?php endif ?>
<?php if ($this->countModules('home-5')) : ?>
<!-- HOME SL 5 -->
<div class="wrap t3-sl t3-sl-5 <?php $this->_c('home-5') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('home-5') ?>" style="raw" />
</div>
</div>
<!-- //HOME SL 5 -->
<?php endif ?>
</div>