This commit is contained in:
fabrixxm 2017-04-01 18:52:54 +02:00
commit a469aa9ae5
64 changed files with 0 additions and 0 deletions

9
sidebar.php Normal file
View file

@ -0,0 +1,9 @@
<aside id="sidebar" role="complementary" class="4u$ 12u$(medium)">
<?php if ( is_active_sidebar( 'primary-widget-area' ) ) : ?>
<div id="primary" class="widget-area">
<ul class="xoxo">
<?php dynamic_sidebar( 'primary-widget-area' ); ?>
</ul>
</div>
<?php endif; ?>
</aside>