Current Directory: /home/astoriaah/www/old15/templates/client/tpls
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/default.php
<?php
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @Google group: https://groups.google.com/forum/#!forum/t3fw
* @Link: http://t3-framework.org
*------------------------------------------------------------------------------
*/
defined('_JEXEC') or die;
$app = JFactory::getApplication();
$menu = $app->getMenu();
$lang = JFactory::getLanguage();
$hide_mainbody = (!$this->params->get("ZEN_MAINBODY_DISABLED",true)==false && ($menu->getActive() == $menu->getDefault( $lang->getTag() )));
$thisClass = get_class($this) ;
if($thisClass == "T3TemplateLayout") {
$hide_mainbody = 0;
}
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
class='<jdoc:include type="pageclass" />'>
<head>
<jdoc:include type="head" />
<?php $this->loadBlock('head') ?>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53419859-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="boutonwrap">
<button class="btnoff btn-default floatleft off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="<?php echo $this->params->get('off-canvas-position'); ?>" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<i class="fa-menu fa-bars"></i></button></div>
<div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock ('top');?>
<?php $this->loadBlock ('logo');?>
<div class="container">
<div class="inset-container">
<!-- OFF-CANVAS SIDEBAR -->
<div id="t3-off-canvas" class="t3-off-canvas <?php $this->_c('off-canvas') ?>">
<div class="t3-off-canvas-header">
</div>
<div class="t3-off-canvas-body">
<!-- NAVBAR MAIN -->
<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />
<jdoc:include type="modules" name="<?php $this->_p('off-canvas') ?>" style="zendefault" />
</div>
</div>
<!-- //OFF-CANVAS SIDEBAR -->
<?php if ($this->countModules('social')) : ?>
<div id="right-inner-col">
<jdoc:include type="modules" name="<?php $this->_p('social') ?>" style="jbChrome" />
</div>
<?php endif; ?>
<div id="left-inner-col" <?php if (!$this->countModules('social')) : ?>class="full-width"<?php endif;?>>
<?php $this->loadBlock ('one-page');?>
<?php $this->loadBlock ('banner') ?>
<?php $this->loadBlock ('grid1') ?>
<?php $this->loadBlock ('tabs') ?>
<?php $this->loadBlock ('grid2') ?>
<?php $this->loadBlock ('grid3') ?>
<?php if(!$hide_mainbody) {
$this->loadBlock ('mainbody');
} ?>
<?php $this->loadBlock ('grid4') ?>
<?php $this->loadBlock ('grid5') ?>
<?php $this->loadBlock ('grid6') ?>
<?php $this->loadBlock ('bottom') ?>
</div>
</div>
</div>
</div>
</div>
<?php $this->loadBlock ('footer') ?>
<img class="bgimage" src="<?php echo T3_TEMPLATE_URL; ?>/images/bg/<?php echo $this->params->get("bgimage"); ?>" />
<?php $this->loadBlock ('panel') ?>
<?php $this->loadBlock ('scripts') ?>
<?php $this->loadBlock ('fonts') ?>
</body>
</html>