wordpress config + law-/live- carta themes

This commit is contained in:
Andrey Morgachev
2018-08-16 09:55:53 +03:00
commit 3b5be35fe8
65 changed files with 5457 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
</div><!-- .content -->
<footer>
<div class="cont">
<div class="footer-right">
<?php if (has_nav_menu('bottom')) {
wp_nav_menu([
'menu' => 'bottom',
'menu_class' => 'nav',
'container' => 'div',
'container_class' => 'footer-menu',
'depth' => 1,
'theme_location' => 'bottom',
]);
}
if (has_nav_menu('social')):
?>
<div class="footer-social">
<!--
<a href="#" class="twitter"><span class="icon-twitter"></span></a>
<a href="#" class="facebook"><span class="icon-facebook"></span></a>
-->
</div>
<?php endif; ?>
</div>
<div class="footer-copyright">&copy; <?= get_option('lawcarta_company'); ?>. All rights reserved.</div>
</div>
</footer>
</div><!-- .wrapper -->
<?php wp_footer(); ?>
</body>
</html>