[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
Data Shendy
/
Back up Shendy
/
DATA
/
Envato Assets
/
Maret 2021
/
main
/
topseo
/
[
Home
]
File: sidebar-content.php
<?php /** * The Content Sidebar */ ?> <?php if ( function_exists('fw_ext_sidebars_get_current_position') ) : ?> <div id="content-sidebar" class="content-sidebar widget-area" role="complementary"> <?php $current_position = fw_ext_sidebars_get_current_position(); ?> <?php if ($current_position !== 'full') : ?> <?php if ($current_position === 'right' || $current_position === 'left') :?> <?php echo fw_ext_sidebars_show('blue'); ?> <?php endif;?> <?php if ($current_position === 'left_right') :?> <?php echo fw_ext_sidebars_show('yellow'); ?> <?php endif ?> <?php endif;?> </div><!-- #content-sidebar --> <?php endif; ?>