Initial commit

This commit is contained in:
Alexander Agnarson 2020-03-11 14:44:42 +01:00
commit b0607606ae
369 changed files with 85494 additions and 0 deletions

15
sidebar-2.php Normal file
View file

@ -0,0 +1,15 @@
<?php $sidebar = magaziner_sidebar_secondary(); ?>
<div class="sidebar s2 <?php if ( get_theme_mod( 'light-sidebar-widgets', 'off' ) != 'on' ): ?>dark<?php endif; ?>">
<a class="sidebar-toggle" title="<?php esc_attr_e('Expand Sidebar','magaziner'); ?>"><i class="fa icon-sidebar-toggle"></i></a>
<div class="sidebar-content">
<?php if ( get_theme_mod( 'post-nav','s1' ) == 's2') { get_template_part('inc/post-nav'); } ?>
<?php dynamic_sidebar($sidebar); ?>
</div><!--/.sidebar-content-->
</div><!--/.sidebar-->