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:
Philip M. Hofer (Frumph) 2009-08-22 16:10:52 -07:00
parent 7d393d0941
commit 1affea4216
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Menubar') ) : ?><?php endif; ?>
</div>
</div>
<?php } ?>
<?php } else {
comicpress_menubar();
} ?>