HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67751832 (67751832)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /homepages/18/d4299019518/htdocs/wordpress/wp-content/themes/byblos/sidebar-banner.php
<?php
/*
 * Short description
 * @author bilal hassan <info@smartcatdesign.net>
 * 
 */
?>
<?php if (!dynamic_sidebar('sidebar-banner')) : ?>
<h2><?php _e( 'HOMEPAGE BANNER','byblos') ?></h2>
<div class="textwidget">
    <?php _e( 'You can customize the contents of this widget under Appearance - Widgets. Use any widget you want. Or you can completly remove it from the theme Customizer.', 'byblos' ); ?>
</div>
<?php endif; // end sidebar widget area  ?>