| Current Path : /home/jeromecohp/www/templates/yootheme/templates/ |
| Current File : /home/jeromecohp/www/templates/yootheme/templates/sidebar.php |
<?php
// Config
$sidebar = '~theme.main_sidebar';
// Attrs
$id = 'tm-sidebar';
$class = ["tm-sidebar uk-width-{$config("$sidebar.width")}@{$config("$sidebar.breakpoint")}"];
if ($config("$sidebar.first")) {
$class[] = "uk-flex-first@{$config("$sidebar.breakpoint")}";
}
?>
<aside<?= $this->attrs(compact('id', 'class')) ?>>
<jdoc:include type="modules" name="sidebar" style="grid-stack" />
</aside>