| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/celeberateshowcase.com/wp-content/themes/joyn/ |
Upload File : |
<?php get_header(); ?>
<?php
global $sf_options;
$default_sidebar_config = $sf_options['default_sidebar_config'];
$default_left_sidebar = $sf_options['default_left_sidebar'];
$default_right_sidebar = $sf_options['default_right_sidebar'];
$sidebar_config = sf_get_post_meta( $post->ID, 'sf_sidebar_config', true );
$left_sidebar = sf_get_post_meta( $post->ID, 'sf_left_sidebar', true );
$right_sidebar = sf_get_post_meta( $post->ID, 'sf_right_sidebar', true );
if ( $sidebar_config == "" ) {
$sidebar_config = $default_sidebar_config;
}
if ( $left_sidebar == "" ) {
$left_sidebar = $default_left_sidebar;
}
if ( $right_sidebar == "" ) {
$right_sidebar = $default_right_sidebar;
}
sf_set_sidebar_global( $sidebar_config );
?>
<?php sf_base_layout( 'single-directory' ); ?>
<?php get_footer(); ?>