1st commit

This commit is contained in:
2024-04-06 11:45:36 +02:00
commit 62a52850bc
228 changed files with 37418 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
<?php
$postid = kk_postid();
?>
<header class="creative-top-wrapper">
<!-- start logo -->
<div class="logo">
<?php kktfwp_the_custom_logo(); ?>
</div>
<!-- end logo -->
<div class="some-buttons">
<!-- 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 -->
<!-- start search icon -->
<?php if ( get_option('toppic_theme_search_button') == 'true' ) { ?>
<div class="kk-search search-trigger">
<i class="kk-icon-search"></i>
</div>
<?php } ?>
<!-- end search icon -->
<!-- start menu icon -->
<div class="kk-menu-trigger">
<span></span>
</div>
<!-- end menu icon -->
</div>
</header>
<div class="creative-top-wrapper-bg"></div>
<!-- start search form -->
<?php if ( get_option('toppic_theme_search_button') == 'true' ) { ?>
<div class="search-fs-form">
<!-- start search close icon -->
<div class="kk-search-close">
<span></span>
</div>
<!-- end search close icon -->
<?php get_search_form( ); ?>
</div>
<?php } ?>
<!-- end search form -->
<div class="kk-homepage-o"></div>
<aside id="menu-wrapper" class="menu-wrapper clearfix">
<!-- start navigation -->
<nav class="main-nav">
<?php wp_nav_menu(array('container'=>'','theme_location'=>'main-menu','depth'=>0,'menu_class'=>'menu dl-menu dl-menuopen','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>