<!-- ********** ASIDE ********** --> <aside id="<?php echo $sidebar_id; ?> " class="dw__sidebar <?php echo $sidebar_class; ?> hidden-print"> <div class="dw-sidebar-content"> <div class="dw-sidebar-title toogle hidden-lg hidden-md hidden-sm" data-toggle="collapse" data-target="#<?php echo $sidebar_id; ?> .dw-sidebar-body"> <i class="fa fa-fw fa-th-list"></i> <?php echo $lang['sidebar']; ?> </div> <div class="dw-sidebar-body collapse in"> <?php tpl_includeFile($sidebar_header); ?> <?php bootstrap3_sidebar(tpl_include_page($sidebar_page, 0, 1)); ?> <?php tpl_includeFile($sidebar_footer); ?> </div> </div> </aside>
<!-- ********** ASIDE ********** --> <aside id="<?php echo $sidebar_id; ?> " class="dw__sidebar <?php echo $sidebar_class; ?> hidden-print small"> <div class="dw-sidebar-content"> <div class="dw-sidebar-title hidden-lg hidden-md hidden-sm" data-toggle="collapse" data-target="#<?php echo $sidebar_id; ?> .dw-sidebar-body"> <i class="fa fa-fw fa-th-list"></i> <?php echo $lang['sidebar']; ?> </div> <div class="dw-sidebar-body collapse in"> <?php tpl_includeFile($sidebar_header); ?> <?php bootstrap3_sidebar(tpl_include_page($sidebar_page, 0, 1, bootstrap3_conf('useACL'))); ?> <?php tpl_includeFile($sidebar_footer); ?> </div> </div> </aside>