PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/caa20236/public_html/wp-content/themes/fortuna/ |
| Server: Linux int2.cpanelhost.cl 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 IP: 138.117.148.152 |
| Dir : //home/caa20236/public_html/wp-content/themes/fortuna/sidebar.php |
<?php
/**
* The Sidebar containing the main widget area.
*
* @package WordPress
*/
if ( !isset($current_layout) || $current_layout != 'content' ) :
?>
<!-- Sidebar -->
<div id="sidebar" class="col span_1_of_4 sidebar">
<?php
if(isset($post)){
$sidebar = get_post_meta($post->ID, "boc_sidebar_set", $single = true);
if ($sidebar) {
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar($sidebar)) :
endif;
}
}
if (!isset($sidebar) || !$sidebar) { ?>
<?php if ( ! dynamic_sidebar('Fortuna Default Sidebar') ) : ?>
<?php endif; // end sidebar widget area ?>
<?php } ?>
</div>
<!-- Sidebar :: END -->
<?php endif; ?>