adding storyline nav

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-08-26 17:33:58 -07:00
parent 4b7d18e103
commit 94ad13698a
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<?php get_sidebar('footer'); ?>
<p>
&copy;<?php echo cp_copyright_year(); ?> <?php echo the_author_meta('firstname',0); echo "&nbsp;"; echo the_author_meta('lastname'); ?>. <?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a>
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Return to Top &nbsp;</a><br />
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Back to Top &uarr;</a><br />
<!-- <?php echo get_num_queries() ?> queries. <?php timer_stop(1) ?> seconds. -->
</p>
</div>

View File

@ -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();
?>
<div id="comic_navi_wrapper">