add view to function
This commit is contained in:
@@ -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?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user