📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 06:42:07
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
themes
/
vital
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/themes/vital
🔄 Refresh
✏️
Editing: sidebar-top.php
Writable
<?php /* * --------------------------------------------------------------------- * MNKY Top bar sidebar * --------------------------------------------------------------------- */ ?> <?php if ( ot_get_option('top_bar') == 'on' && get_post_meta( get_the_ID(), 'mnky_top_bar', true ) != 'off' && ( is_active_sidebar( 'top-left-widget-area' ) || is_active_sidebar( 'top-right-widget-area' ) ) ) : ?> <div id="top-bar-wrapper" class="clearfix"> <div id="top-bar" itemscope itemtype="http://schema.org/WPSideBar"> <?php if ( is_active_sidebar( 'top-left-widget-area' ) ) : ?> <div id="topleft-widget-area" class="clearfix"> <?php dynamic_sidebar( 'top-left-widget-area' ); ?> </div> <?php endif; ?> <?php if ( is_active_sidebar( 'top-right-widget-area' ) ) : ?> <div id="topright-widget-area" class="clearfix"> <?php dynamic_sidebar( 'top-right-widget-area' ); ?> </div> <?php endif; ?> </div> </div> <?php endif; ?>
💾 Save Changes
❌ Cancel