From 3681cc6365b280e6ea427eaf78034dd14cc7bbe8 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 26 Aug 2009 07:35:32 -0700 Subject: [PATCH] .. little fixes *again* Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-options.php | 12 +++++++----- functions.php | 2 +- style.css | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) 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