Current Directory: /home/astoriaah/www/old15/templates/client/tpls/blocks
Viewing File: /home/astoriaah/www/old15/templates/client/tpls/blocks/off-canvas-off - copie.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;
$triggertext = $this->getParam('off-canvas-trigger-text');
if (!$this->getParam('addon_offcanvas_enable')) return ; ?>
<button class="btn 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 style="margin-left: -10px;" class="fa fa-bars"> <?php echo $triggertext; ?></i>
</button>
<!-- OFF-CANVAS SIDEBAR -->
<div id="t3-off-canvas" class="t3-off-canvas <?php $this->_c('off-canvas') ?>">
<div class="t3-off-canvas-header">
<h2 class="t3-off-canvas-header-title"><?php echo $this->params->get('off-canvas-title','Sidebar');?></h2>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</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 -->