You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jkb-kv-hro/sidebar.php

10 lines
247 B
PHP

<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>