@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
wp-content
/
themes
/
wpresidence
/
templates
/
Path :
Upload File :
New :
File
Dir
/var/www/html/wp-content/themes/wpresidence/templates/top_bar.php
<?php //$topbar_class='topbar_show_mobile_'.wpresidence_get_option('wp_estate_show_top_bar_user_menu_mobile',''); //$topbar_class.=" transparent_topbar "; //$topbar_class.=" transparent_border_topbar "; $topbar_class=wpestate_topbar_classes(); ?> <div class="top_bar_wrapper <?php echo esc_attr($topbar_class); ?>"> <div class="top_bar"> <?php if ( !wpestate_is_user_dashboard() ){?> <?php if ( is_active_sidebar( 'top-bar-left-widget-area' ) ) { ?> <div class="left-top-widet"> <ul class="xoxo"> <?php dynamic_sidebar('top-bar-left-widget-area'); ?> </ul> </div> <?php } ?> <?php if ( is_active_sidebar( 'top-bar-right-widget-area' ) ) { ?> <div class="right-top-widet"> <ul class="xoxo"> <?php dynamic_sidebar('top-bar-right-widget-area'); ?> </ul> </div> <?php } ?> <?php }else{?> <?php if ( is_active_sidebar( 'dashboard-top-bar-left-widget-area' ) ) { ?> <div class="left-top-widet"> <ul class="xoxo"> <?php dynamic_sidebar('dashboard-top-bar-left-widget-area'); ?> </ul> </div> <?php } ?> <?php if ( is_active_sidebar( 'dashboard-top-bar-right-widget-area' ) ) { ?> <div class="right-top-widet"> <ul class="xoxo"> <?php dynamic_sidebar('dashboard-top-bar-right-widget-area'); ?> </ul> </div> <?php } ?> <?php } ?> </div> </div>