tweak nav includes

This commit is contained in:
John Bintz 2009-08-07 16:01:29 -04:00
parent 05d9e1bc56
commit 51332cef0b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<div class="post-comic-head"></div>
<div class="post-comic">
<?php include('nav.inc') ?>
<?php include_partial('nav') ?>
<div class="comicdate"><?php the_date('F jS, Y') ?></div>
<br class="clear" />
<h2>

View File

@ -1,7 +1,7 @@
<div class="post-comic-head"></div>
<div class="post-comic" id="post-<?php the_ID() ?>">
<div class="comicdate">
<?php include('nav.inc') ?>
<?php include_partial('nav') ?>
<?php the_time('F jS, Y') ?>
</div>
<?php if (get_option('comicpress-enable-storyline-support') == 1) { ?>