| Current Path : /home/cbequiperp/www/templates/elvyre/tpls/blocks/ |
| Current File : /home/cbequiperp/www/templates/elvyre/tpls/blocks/fulllayout.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('fulllayout')) { ?>
<!-- NAV HELPER -->
<section class="page-content full">
<div class="container full">
<!-- .row.portfolio-items-holder start -->
<div class="row portfolio-items-holder triggerAnimation animated" data-animate="fadeInUp">
<article class="grid_12 fullwidth">
<div class="d <?php $this->_c('fulllayout') ?>">
<jdoc:include type="modules" name="<?php $this->_p('fulllayout') ?>" />
</div>
</article>
</div>
</div>
</section>
<!-- //NAVv HELPER -->
<?php }?>