Initial Commit N° : 001 - V.4.3.3

This commit is contained in:
2025-03-28 14:32:57 +01:00
commit 238e5d7999
809 changed files with 371149 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php defined('ABSPATH') or die(); // Exit if accessed directly ?>
<div class="header-wrapper header-type-builder">
<?php
/**
* Hook - top bar header
*/
// do_action('nasa_topbar_header');
if (isset($header_builder) && $header_builder) : ?>
<div class="header-content-builder nasa-header-content-builder">
<div id="masthead" class="site-header">
<?php echo $header_builder; ?>
</div>
</div>
<?php endif; ?>
</div>