global $sidebar;
if( $sidebar == "both-sidebar" ){

global $left_sidebar;
echo "
";
echo "
";
echo "";
echo "
";
echo "
";

}else if( $sidebar == "both-sidebar-reverse" ){

global $right_sidebar;
echo "
";
echo "
";
echo "";
echo "
";
echo "
";

}

?>



şöyle bir kod yapısı var