| 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-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;
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') ?>">
<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>