| Current Path : /home/cbequiperp/www/templates/elvyre/tpls/blocks/ |
| Current File : /home/cbequiperp/www/templates/elvyre/tpls/blocks/image-offer-stats.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->countModules('image') || $this->countModules('offer') || $this->countModules('stats')) : ?>
<!-- NAV HELPER -->
<section class='page-content'>
<div class="container">
<div class="row">
<article class="grid_3">
<div class="triggerAnimation animated" data-animate="fadeInLeft">
<jdoc:include type="modules" name="<?php $this->_p('image') ?>" />
<div>
</article>
<article class="grid_6">
<div class="triggerAnimation animated" data-animate="fadeInLeft">
<jdoc:include type="modules" name="<?php $this->_p('offer') ?>" />
</div>
</article><!-- .grid_6 -->
<article class='grid_3'>
<div class="triggerAnimation animated" data-animate='fadeInRight'>
<jdoc:include type="modules" name="<?php $this->_p('stats') ?>" />
</div>
</article><!-- .grid_3 end -->
</div><!-- .row end -->
</div><!-- .container end -->
</section><!-- .page-content end -->
<nav class="wrap t3-navhelper <?php $this->_c('navhelper') ?>">
<div class="container">
<jdoc:include type="modules" name="<?php $this->_p('navhelper') ?>" />
</div>
</nav>
<!-- //NAV HELPER -->
<?php endif ?>