forked from NB-Public/jkb-childtheme
Initial styling in BTW21 design
This commit is contained in:
parent
02b5baa775
commit
50dc2612a8
8 changed files with 259 additions and 4 deletions
9
sidebar.php
Executable file
9
sidebar.php
Executable file
|
@ -0,0 +1,9 @@
|
|||
<div id="sidebar1" class="sidebar threecol last clearfix" role="complementary">
|
||||
|
||||
|
||||
<?php if ( is_active_sidebar('infospalte') ) : ?>
|
||||
<ul>
|
||||
<?php dynamic_sidebar('infospalte'); ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
</div>
|
Reference in a new issue