add view to function

This commit is contained in:
argoexpert press
2024-04-21 23:30:32 +03:00
parent aac3261047
commit 80196a3156
4 changed files with 40 additions and 5 deletions

View File

@@ -50,11 +50,12 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<?if (function_exists('banners_conf_display') and banners_conf_display('header_banner_desktop', false) !== ''):?>
<div class="banner banner--header desktop">
<?php banners_conf_display('header_banner_desktop'); ?>
</div>
<?endif?>
<?if (function_exists('banners_conf_display') and banners_conf_display('header_banner_mobile', false) !== ''):?>
<div class="banner banner--header mobile">
<?php banners_conf_display('header_banner_mobile'); ?>
<?php banners_conf_display('header_banner_mobile'); ?>
</div>
<?endif?>