File Manager

Current Directory: /home/astoriaah/www/templates/yootheme_child/templates
Viewing File: /home/astoriaah/www/templates/yootheme_child/templates/sidebar.php
<?php $sidebar = $theme->get('sidebar', []); $id = 'tm-sidebar'; $class = ["tm-sidebar uk-width-{$sidebar['width']}@{$sidebar['breakpoint']}"]; if ($sidebar['first']) { $class[] = "uk-flex-first@{$sidebar['breakpoint']}"; } ?> <aside<?= $this->attrs(compact('id', 'class')) ?>> <jdoc:include type="modules" name="sidebar" style="grid-stack" /> </aside>