first commit without licensingg

This commit is contained in:
kbe
2025-08-21 14:40:43 +02:00
commit fa8d4e58a4
130 changed files with 82163 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
/**
* The template for displaying the header mobile
*
* @package Revision
*/
?>
<div class="cs-header__inner cs-header__inner-mobile">
<div class="cs-header__col cs-col-left">
<?php csco_component( 'header_offcanvas_toggle', true, array( 'mobile' => true ) ); ?>
</div>
<div class="cs-header__col cs-col-center">
<?php csco_component( 'header_logo', true, array( 'tag' => 'div' ) ); ?>
</div>
<?php if ( get_theme_mod( 'header_search_button', true ) ) { ?>
<div class="cs-header__col cs-col-right">
<?php csco_component( 'header_search_toggle' ); ?>
</div>
<?php } ?>
</div>