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

15 lines
327 B
PHP
Executable File

</div>
<footer>
<?php wp_nav_menu( array(
'theme_location' => 'footer-menu',
'container' => '',
'fallback_cb' => '__return_false'
)); ?>
</footer>
</section>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>