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/_pagebanner.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('pagebanner')) : ?>
	<!-- NAV HELPER -->
	<div class="wrap t3-navhelper <?php $this->_c('pagebanner') ?>">

			<jdoc:include type="modules" name="<?php $this->_p('pagebanner') ?>" />

	</div>
	<!-- //NAV HELPER -->
<?php endif ?>