Menubar shows up on clean installs now. have to remove menubar by putting an empty text box in the widget area.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
7d393d0941
commit
1affea4216
|
@ -4,4 +4,6 @@
|
|||
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Menubar') ) : ?><?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<?php } else {
|
||||
comicpress_menubar();
|
||||
} ?>
|
Loading…
Reference in New Issue