| Current Path : /home/cbequiperp/www/templates/elvyre/tpls/blocks/ |
| Current File : /home/cbequiperp/www/templates/elvyre/tpls/blocks/servicearea.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('servicearea')) : ?>
<!-- NAV HELPER -->
<section class="page-content parallax parallax-1">
<div class="<?php $this->_c('servicearea') ?>">
<div class="container">
<!-- .row start -->
<div class="row">
<article class="grid_12">
<div class="triggerAnimation animated" data-animate="fadeInLeft">
<jdoc:include type="modules" name="<?php $this->_p('servicearea') ?>" />
</div>
</article>
</div>
</div>
</div>
</section>
<!-- //NAV HELPER -->
<?php endif ?>