Initial Commit N° : 003 - V.4.3.5

This commit is contained in:
2025-03-28 14:51:03 +01:00
parent 579b475021
commit 1ec9986b28
78 changed files with 1974 additions and 10329 deletions
+8 -6
View File
@@ -17,6 +17,9 @@ $beside_mm = $block_custom != '' && $block_custom != false ? $block_custom : $be
$popup_block_custom = elessi_static_block_popup();
$popup_block = $popup_block_custom != '' && $popup_block_custom != false ? $popup_block_custom : $popup_block;
$menu_warp_class .= $beside_mm ? ' nasa-flex jbw align-stretch' : '';
?>
<div class="<?php echo esc_attr($header_classes); ?>">
@@ -74,12 +77,11 @@ $popup_block = $popup_block_custom != '' && $popup_block_custom != false ? $popu
<?php if ($beside_mm) : ?>
<div class="nasa-beside-mm hide-for-small hide-for-medium <?php echo ($popup_block != '' && $popup_block != false) ? esc_attr('ns-toggle-popup-static-block') : '';?>">
<?php echo $beside_mm; ?>
</div>
<?php endif; ?>
<?php if ($popup_block && $beside_mm) : ?>
<div class="hide-for-small hide-for-medium ns-static-block-popup">
<?php echo $popup_block; ?>
<?php if ($popup_block) : ?>
<div class="hide-for-small hide-for-medium ns-static-block-popup">
<?php echo $popup_block; ?>
</div>
<?php endif; ?>
</div>
<?php endif; ?>
</div>