8 lines
224 B
PHP
8 lines
224 B
PHP
|
<footer class="footer">
|
||
|
<p>© <?php echo date('Y'); ?> mareike powered by BdP Bund der Pfadfinderinnen und Pfadfinderrt - LV Sachsen e.V </p>
|
||
|
</footer>
|
||
|
</div><!-- .container -->
|
||
|
<?php wp_footer(); ?>
|
||
|
</body>
|
||
|
</html>
|