This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
jkb-kv-hro/sidebar.php
2022-04-26 09:50:15 +02:00

9 lines
247 B
PHP
Executable file

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