1
0
Fork 0
websites_hausarzt-stader-st.../footer.php

15 lines
327 B
PHP
Raw Permalink Normal View History

2017-07-12 06:19:31 +02:00
</div>
<footer>
2017-09-28 18:38:52 +02:00
<?php wp_nav_menu( array(
'theme_location' => 'footer-menu',
'container' => '',
'fallback_cb' => '__return_false'
)); ?>
2017-07-12 06:19:31 +02:00
</footer>
</section>
</div>
</div>
<?php wp_footer(); ?>
</body>
2017-09-28 18:38:52 +02:00
</html>