| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/themes/oceanwp/inc/themepanel/views/layout/ |
Upload File : |
<?php
if( class_exists('Ocean_White_Label') ) {
$settings = Ocean_White_Label::get_white_label_settings();
$custom_logo_url = $settings['panel_logo'];
}
?>
<div class="oceanwp-notify"><span id="oceanwp-notifyType" class=""></span></div>
<div class="oceanwp-tp-header">
<div class="oceanwp-tp-branding">
<?php if( ! empty( $custom_logo_url ) ) : ?>
<span class="oceanwp-tp-oceanwp-logo"
<?php if ( ! empty( $custom_logo_url ) && get_option( 'oceanwp_theme_panel_logo' ) ) : ?>
style="background: url(<?php echo esc_url( $custom_logo_url ); ?>) no-repeat center center;"
<?php endif; ?>>
</span>
<?php elseif( empty( $custom_logo_url ) && ! get_option( 'oceanwp_whitelabel_oceanwp_panel', false ) ) : ?>
<span class="oceanwp-tp-oceanwp-logo"></span>
<?php endif; ?>
<strong>
<span>
<?php esc_html_e( 'OceanWP Panel', 'oceanwp' ); ?>
</span>
</strong>
</div>
<div class="oceanwp-tp-theme-version">
<?php echo esc_html( 'v' ); ?><?php echo esc_html( OCEANWP_THEME_VERSION ); ?>
</div>
<div class="clear"></div>
</div>