global $comicpress_options; in the footer
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
271ed4a37e
commit
2541ba3776
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php get_sidebar('footer'); ?>
|
<?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>
|
<p>
|
||||||
<span class="footer-copyright">
|
<span class="footer-copyright">
|
||||||
<?php echo comicpress_copyright(); ?>
|
<?php echo comicpress_copyright(); ?>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</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/page-wide" -->
|
||||||
</div><!-- Ends "page-wrap" -->
|
</div><!-- Ends "page-wrap" -->
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue