diff --git a/comicpress-options.php b/comicpress-options.php index 520ade8..a6a1356 100644 --- a/comicpress-options.php +++ b/comicpress-options.php @@ -60,17 +60,22 @@ function comicpress_admin() { $comicpress_options['graphicnav_directory'] = wp_filter_nohtml_kses($_REQUEST['graphicnav_directory']); $comicpress_options['enable_widgetarea_use_sidebar_css'] = (bool)($_REQUEST['enable_widgetarea_use_sidebar_css'] == 1 ? true : false ); $comicpress_options['disable_lrsidebars_frontpage'] = (bool)($_REQUEST['disable_lrsidebars_frontpage'] == 1 ? true : false ); - $comicpress_options['disable_footer_text'] = (bool)($_REQUEST['disable_footer_text'] == 1 ? true : false ); + $comicpress_options['disable_footer_text'] = (bool)($_REQUEST['disable_footer_text'] == 1 ? true : false ); + $comicpress_options['disable_blogheader'] = (bool)($_REQUEST['disable_blogheader'] == 1 ? true : false ); $tab = 'general'; update_option('comicpress_options',$comicpress_options); } - /* + + if ($_REQUEST['action'] == 'comicpress_save_index') { $comicpress_options['disable_comic_frontpage'] = (bool)($_REQUEST['disable_comic_frontpage'] == 1 ? true : false ); $comicpress_options['disable_comic_blog_frontpage'] = (bool)($_REQUEST['disable_comic_blog_frontpage'] == 1 ? true : false ); $comicpress_options['disable_comic_blog_single'] = (bool)($_REQUEST['disable_comic_blog_single'] == 1 ? true : false ); - $comicpress_options['disable_blog_frontpage'] = (bool)($_REQUEST['disable_blog_frontpage'] == 1 ? true : false ); - $comicpress_options['disable_blogheader'] = (bool)($_REQUEST['disable_blogheader'] == 1 ? true : false ); + $comicpress_options['disable_blog_frontpage'] = (bool)($_REQUEST['disable_blog_frontpage'] == 1 ? true : false ); + } + /* + + $comicpress_options['disable_page_titles'] = (bool)($_REQUEST['disable_page_titles'] == 1 ? true : false ); $comicpress_options['static_blog'] = (bool)($_REQUEST['static_blog'] == 1 ? true : false ); diff --git a/options/archivesearchoptions.php b/options/archivesearchoptions.php index adfd384..0df24fd 100644 --- a/options/archivesearchoptions.php +++ b/options/archivesearchoptions.php @@ -64,5 +64,4 @@ - diff --git a/options/buyprintoptions.php b/options/buyprintoptions.php index 759a10d..c63e1dc 100644 --- a/options/buyprintoptions.php +++ b/options/buyprintoptions.php @@ -100,5 +100,4 @@ - - + \ No newline at end of file diff --git a/options/customheaderoptions.php b/options/customheaderoptions.php index e791b0d..4e7b77f 100644 --- a/options/customheaderoptions.php +++ b/options/customheaderoptions.php @@ -57,5 +57,4 @@ - - + \ No newline at end of file diff --git a/options/generaloptions.php b/options/generaloptions.php index 4ff938f..604d927 100644 --- a/options/generaloptions.php +++ b/options/generaloptions.php @@ -36,6 +36,17 @@ + +