diff --git a/comicpress-options.php b/comicpress-options.php index a646fef..5ca5ec0 100644 --- a/comicpress-options.php +++ b/comicpress-options.php @@ -292,16 +292,17 @@ function comicpress_admin() { Graphic Navigation Directory

Choose a directory to get the graphic navigation styling from.
- + +
+ Graphic Navigation directories are found in your theme directory/images/nav/* to create your own custom graphic navigation menu buttons just create a directory under images/nav/ and place your image files inside of it and create a navstyle.css file to determine the style of your navigation display. diff --git a/functions.php b/functions.php index 7fc67bd..f9355cb 100644 --- a/functions.php +++ b/functions.php @@ -80,7 +80,7 @@ if (get_option('upload_path') !== false) { extract($variables_to_extract); } -if (empty($graphicnav_directory)) $graphicnav_directory = 'scifi'; +if (empty($graphicnav_directory)) $graphicnav_directory = 'default'; if (empty($moods_directory)) $moods_directory = 'default'; function is_cp_theme_style($choices) { diff --git a/style.css b/style.css index 0a1c049..c396bc6 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://comicpress.org Description: Publish a comic with WordPress. Visit the ComicPress Website. Author: Tyler Martin, John Bintz, Philip M. Hofer Author URI: http://mindfaucet.com/ -Version: 2.8.0.7 +Version: 2.8.0.8 . The CSS, XHTML and design is released under GPL v3: http://www.opensource.org/licenses/gpl-3.0.html