Comments are closed.
#######################################################################
# Display the "Displayed Everywhere" widget area. Widgets applied here
# will be shown on every page with a sidebar
#######################################################################
if (function_exists('dynamic_sidebar') && dynamic_sidebar('Displayed Everywhere')) : endif;
######################################################################
# widget area for the custom widgets by the user
######################################################################
//global $custom_widget_area;
if (function_exists('dynamic_sidebar') && dynamic_sidebar($custom_widget_area) ) : endif;
?>