' ;
// Displaying the sidebar-1 directly in condition "if"
if ( empty(dynamic_sidebar( 'sidebar-1' )) ) {
// Check for an empty sidebar (this fixes problems with some preview emulation systems)
// If the sidebar is empty, fill it
?>
' ;
}
}
airinblog_fun_sidebar_1();
?>