PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
widgets
<?php $banner_hidden = besa_tbay_get_cookie('banner_remove'); if( $banner_hidden ) return; $title = $single_image = $alt = $url = ''; extract( $args ); extract( $instance ); $title = apply_filters('widget_title', $instance['title']); if ( $title ) { echo trim($before_title) . esc_html( $title ) . $after_title; } ?> <div class="tbay-widget-banner-image"> <?php if ( $banner_image ) { ?> <div class="container"> <button id="banner-remove" class="banner-remove"><i class="tb-icon tb-icon-cross2"></i></button> </div> <?php if( !empty($url) ) : ?> <a href="<?php echo esc_url($url); ?>" title="<?php echo esc_attr($alt); ?>" target="_blank"> <img src="<?php echo esc_url( $banner_image ); ?>" alt="<?php echo esc_attr($alt); ?>"> </a> <?php else : ?> <img src="<?php echo esc_url( $banner_image ); ?>" alt="<?php echo esc_attr($alt); ?>"> <?php endif; ?> <?php } ?> </div>
[+]
..
[-] custom-menu.php
[edit]
[-] video.php
[edit]
[-] socials.php
[edit]
[-] instagram.php
[edit]
[-] product-brand-image.php
[edit]
[-] single-image.php
[edit]
[-] contact-info.php
[edit]
[-] banner-image.php
[edit]
[-] woo-carousel.php
[edit]
[-] recent-post.php
[edit]
[-] popup-newsletter.php
[edit]
[-] top-rate.php
[edit]
[-] list-categories.php
[edit]
[-] popular-post.php
[edit]
[-] .widgets.php
[edit]
[-] posts.php
[edit]
[-] recent-comment.php
[edit]