Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/main-content.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;
?>
<!-- MAIN CONTENT -->
<?php if ($this->countModules('breadcrumb')) : ?>
<!-- Banner-slogan -->
<div id="breadcrumb">
<jdoc:include type="modules" name="breadcrumb" style="zendefault" />
</div>
<!-- //banner-slogan -->
<?php endif ?>
<?php if ($this->countModules('abovecontent')) : ?>
<!-- Above -->
<div id="abovecontent">
<jdoc:include type="modules" name="abovecontent" style="zendefault" />
</div>
<!-- //Above -->
<?php endif ?>
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
<?php if ($this->countModules('belowcontent')) : ?>
<div class="clearfix"></div>
<!-- Above -->
<div id="belowcontent">
<jdoc:include type="modules" name="belowcontent" style="zendefault" />
</div>
<!-- //Above -->
<?php endif ?>
<!-- //MAIN CONTENT -->