Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/templates/elvyre/tpls/blocks/
Upload File :
Current File : /home/cbequiperp/www/templates/elvyre/tpls/blocks/blogpost-happyclient.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_9">
                       <jdoc:include type="modules" name="<?php $this->_p('blogpost') ?>" />
                    </article>
					<article class='grid_3'>
                        <jdoc:include type="modules" name="<?php $this->_p('happyclient') ?>" />
                    </article><!-- .grid_3 end -->
                </div><!-- .row end -->
            </div><!-- .container end -->
        </section><!-- .page-content end -->

<?php endif ?>