global $comicpress_options; in the footer

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-11-22 22:58:00 -08:00
parent 271ed4a37e
commit 2541ba3776
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
</div>
<?php } ?>
<?php get_sidebar('footer'); ?>
<?php global $wpmu_version; if (!$comicpress_options['disable_footer_text']) { ?>
<?php global $wpmu_version, $comicpress_options; if (!$comicpress_options['disable_footer_text']) { ?>
<p>
<span class="footer-copyright">
<?php echo comicpress_copyright(); ?>
@ -39,7 +39,7 @@
<?php } ?>
</div>
<?php global $disable_page_restraints; if ($disable_page_restraints == 'no') { ?>
<?php if (!$comicpress_options['disable_page_restraints']) { ?>
</div><!-- Ends "page/page-wide" -->
</div><!-- Ends "page-wrap" -->
<?php } ?>