initial commit

This commit is contained in:
2019-06-09 16:44:48 +02:00
commit 3f2c379529
122 changed files with 57403 additions and 0 deletions

15
sidebar.php Executable file
View File

@@ -0,0 +1,15 @@
<!-- sidebar -->
<aside class="sidebar" role="complementary">
<?php get_template_part('searchform'); ?>
<div class="sidebar-widget">
<?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('widget-area-1')) ?>
</div>
<div class="sidebar-widget">
<?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('widget-area-2')) ?>
</div>
</aside>
<!-- /sidebar -->