more option fixes
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
d15c907e40
commit
edb0f514b3
|
@ -1,4 +1,4 @@
|
|||
<?php get_header(); ?>
|
||||
<?php get_header(); global $comicpress_options; ?>
|
||||
<?php include(get_template_directory() . '/layout-head.php'); ?>
|
||||
|
||||
<?php
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?php get_header(); ?>
|
||||
<?php get_header(); global $comicpress_options; ?>
|
||||
|
||||
<div id="content-wrapper-head"></div>
|
||||
<div id="content-wrapper">
|
||||
|
|
Loading…
Reference in New Issue