first commit

This commit is contained in:
2025-09-22 16:00:20 +02:00
parent bb5cc93cb0
commit ce4d458162
61 changed files with 6544 additions and 114 deletions

View File

@@ -0,0 +1,7 @@
<div id="breadcrumbs_box">
<div class="container">
<?php if ( function_exists('yoast_breadcrumb') ) : ?>
<?php yoast_breadcrumb( '<div id="breadcrumbs">','</div>' ); ?>
<?php endif; ?>
</div>
</div>