Your IP : 216.73.217.145


Current Path : /home/eolienneia/www/templates/yootheme/templates/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/templates/sidebar.php

<?php

// Config
$config->addAlias('~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>