Files
toppic/extends/menu/boxed.php
2024-04-06 11:45:36 +02:00

58 lines
1.3 KiB
PHP

<?php
$postid = kk_postid();
?>
<!-- start icons wrapper -->
<div class="kk-icons-wrapper">
<!-- start album icon -->
<div class="kk-info-trigger">
<i class="kk-icon-info"></i>
</div>
<!-- end album icon -->
<!-- start thumbs icon -->
<div class="kk-thumbs-trigger">
<i class="kk-icon-th-large-outline"></i>
</div>
<!-- end thumbs icon -->
</div>
<!-- end icons wrapper -->
<aside id="menu-wrapper" class="menu-wrapper clearfix">
<!-- start logo -->
<div class="logo">
<?php kktfwp_the_custom_logo(); ?>
</div>
<!-- end logo -->
<!-- start mobile menu trigger -->
<div class="kk-mobile-trigger">
<span></span>
</div>
<!-- end mobile menu trigger -->
<!-- start navigation -->
<nav class="main-nav">
<?php wp_nav_menu(array('container'=>'','theme_location'=>'main-menu','depth'=>0,'fallback_cb'=>false ,'walker'=>''))?>
</nav>
<!-- end navigation -->
<!-- start footer -->
<footer class="footer">
<!-- start social -->
<?php echo kk_social_profiles (); ?>
<!-- end social -->
<!-- start copyright -->
<div class="copyright">
<?php echo stripslashes(get_option('toppic_theme_copyrights')); ?>
</div>
<!-- end copyright -->
</footer>
<!-- end footer -->
</aside>