Skip to content

Commit

Permalink
T3 Bs3 Blank: Update show/hide for off-canvas module
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Dec 16, 2013
1 parent 33fd600 commit 3015753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tpl_t3_bs3_blank/tpls/blocks/off-canvas.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
if (!$this->getParam('addon_offcanvas_enable')) return ;
?>

<button class="btn btn-primary off-canvas-toggle" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<i class="fa fa-bars"></i>
</button>

<!-- OFF-CANVAS SIDEBAR -->
<div id="t3-off-canvas" class="t3-off-canvas">
<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">Sidebar</h2>
Expand Down

0 comments on commit 3015753

Please sign in to comment.