header.php css div's position changing so it looks nicer in the output.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-26 06:05:40 -08:00
parent 7ab9c22c9c
commit 4c793dc6f2
1 changed files with 16 additions and 17 deletions

View File

@ -23,9 +23,11 @@
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name') ?> Atom Feed" href="<?php bloginfo('atom_url') ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name') ?> Atom Feed" href="<?php bloginfo('atom_url') ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
<meta name="ComicPress" content="<?php echo $comicpress_options['comicpress_version']; ?>" /> <meta name="ComicPress" content="<?php echo $comicpress_options['comicpress_version']; ?>" />
<!--[if lt IE 7]> <!--[if lt IE 7]>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/ie6submenus.js"></script> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/ie6submenus.js"></script>
<![endif]--> <![endif]-->
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
@ -40,18 +42,15 @@
<div id="page-wrap"><!-- Wraps outside the site width --> <div id="page-wrap"><!-- Wraps outside the site width -->
<div id="page"><!-- Defines entire site width - Ends in Footer --> <div id="page"><!-- Defines entire site width - Ends in Footer -->
<?php } else { ?> <?php } else { ?>
<div id="page-wide-wrap"> <div id="page-wide-wrap"><!-- Wraps outside the site width -->
<div id="page-wide"> <div id="page-wide"><!-- Defines entire site width - Ends in Footer -->
<?php } <?php }
} ?> } ?>
<?php if (comicpress_check_child_file('partials/headerarea') == false) { ?> <?php if (comicpress_check_child_file('partials/headerarea') == false) { ?>
<div id="header"> <div id="header">
<?php if (function_exists('the_project_wonderful_ad')) { ?> <?php if (function_exists('the_project_wonderful_ad')) {
<div class="headerpwad"> the_project_wonderful_ad('header');
<?php the_project_wonderful_ad('header'); ?> } ?>
</div>
<?php } ?>
<h1><a href="<?php bloginfo('wpurl'); ?>"><?php bloginfo('name') ?></a></h1> <h1><a href="<?php bloginfo('wpurl'); ?>"><?php bloginfo('name') ?></a></h1>
<div class="description"><?php bloginfo('description') ?></div> <div class="description"><?php bloginfo('description') ?></div>
<?php get_sidebar('header'); ?> <?php get_sidebar('header'); ?>