This repository has been archived on 2025-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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>