diff --git a/comicpress-options-config.php b/comicpress-options-config.php index 89e3c79..ee10fc4 100644 --- a/comicpress-options-config.php +++ b/comicpress-options-config.php @@ -279,6 +279,11 @@ $options = array ( "default" => "no", "type" => "comicpress-disable_default_menubar"), + array( + "id" => "comicpress-disable_blogheader", + "default" => "no", + "type" => "comicpress-disable_blogheader"), + array("type" => "close") ); ?> \ No newline at end of file diff --git a/functions.php b/functions.php index 1b9b9ef..260f8c4 100644 --- a/functions.php +++ b/functions.php @@ -100,7 +100,8 @@ if (get_option('upload_path') !== false) { 'author_column_one' => 'author_column_one', 'author_column_two' => 'author_column_two', 'remove_wptexturize' => 'remove_wptexturize', - 'disable_default_menubar' => 'disable_default_menubar' ) as $options => $variable_name) { + 'disable_default_menubar' => 'disable_default_menubar', + 'disable_blogheader' => 'disable_blogheader' ) as $options => $variable_name) { $variables_to_extract[$variable_name] = get_option("comicpress-${options}"); } diff --git a/index.php b/index.php index be6b24e..f5dc81b 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,4 @@ - +