From 94ad13698a8b4c7e8f31b75ad929696925518f3c Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 26 Aug 2009 17:33:58 -0700 Subject: [PATCH] adding storyline nav Signed-off-by: Philip M. Hofer (Frumph) --- footer.php | 2 +- widgets/graphical-navigation.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index b82b16f..07d35ba 100644 --- a/footer.php +++ b/footer.php @@ -11,7 +11,7 @@

© . is powered by WordPress with ComicPress - | Subscribe: RSS Feed | Return to Top  
+ | Subscribe: RSS Feed | Back to Top ↑

diff --git a/widgets/graphical-navigation.php b/widgets/graphical-navigation.php index 78cd940..70a38f1 100644 --- a/widgets/graphical-navigation.php +++ b/widgets/graphical-navigation.php @@ -31,8 +31,8 @@ class widget_comicpress_graphical_navigation extends WP_Widget { $first_comic = get_first_comic_permalink(); $last_comic = get_last_comic_permalink(); - $prev_story = ''; - $next_story = ''; + $prev_story = get_previous_storyline_start_permalink(); + $next_story = get_next_storyline_start_permalink(); ?>