'Sidebar 1',
'before_widget' => '
',
'after_widget' => '',
'before_title' => '',
'after_title' => '
')
);
function unregister_problem_widgets() {
unregister_sidebar_widget('search');
}
//add_action('widgets_init','unregister_problem_widgets');
}
include(TEMPLATEPATH.'/includes/theme-options.php');
include(TEMPLATEPATH.'/includes/theme-setup.php');
include(TEMPLATEPATH.'/includes/admin-interface.php');
include(TEMPLATEPATH.'/includes/admin-widgets.php');
include(TEMPLATEPATH.'/includes/theme-functions.php');
?>