%PDF- %PDF-
| Direktori : /home1/lightco1/www/elstead.com.au/templates/purity_iii/tpls/blocks/mainbody/ |
| Current File : //home1/lightco1/www/elstead.com.au/templates/purity_iii/tpls/blocks/mainbody/magazine.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;
/**
* Mainbody 1 columns, content only
*/
?>
<div id="t3-mainbody" class="container t3-mainbody">
<div class="row">
<!-- MAIN CONTENT -->
<div id="t3-content" class="t3-content col-xs-12">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
<?php if ($this->countModules('magazine-featured')): ?>
<jdoc:include type="modules" name="<?php $this->_p('magazine-featured') ?>" style="raw" />
<?php endif ?>
<?php if ($this->countModules('magazine-articles')): ?>
<jdoc:include type="modules" name="<?php $this->_p('magazine-articles') ?>" style="raw" />
<?php endif ?>
</div>
<!-- //MAIN CONTENT -->
</div>
</div>