sidebar - overblog is now inside the narrowcolumn above column instead of floating above the whole section

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-21 14:27:26 -08:00
parent 1f7702ac6c
commit a68e5258d1
1 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
<?php if (is_cp_theme_layout('v,v3c')) { ?> <?php if (is_cp_theme_layout('v,v3c')) { ?>
<div id="content" class="narrowcolumn"> <div id="content" class="narrowcolumn">
<?php get_sidebar('overblog'); ?>
<div class="column"> <div class="column">
<?php } ?> <?php } ?>
@ -46,8 +47,7 @@
<div id="subcontent-wrapper"> <div id="subcontent-wrapper">
<?php } ?> <?php } ?>
<?php get_sidebar('overblog'); ?> <?php if (is_cp_theme_layout('3c,rgn')) get_sidebar('left'); ?>
<?php if (is_cp_theme_layout('3c,rgn')) get_sidebar('left'); ?>
<?php if (is_cp_theme_layout('v3cr')) { ?> <?php if (is_cp_theme_layout('v3cr')) { ?>
<div id="subcontent-wrapper-head"></div> <div id="subcontent-wrapper-head"></div>
@ -56,6 +56,7 @@
<?php if (!is_cp_theme_layout('v3c,v')) { ?> <?php if (!is_cp_theme_layout('v3c,v')) { ?>
<div id="content" class="narrowcolumn"> <div id="content" class="narrowcolumn">
<?php get_sidebar('overblog'); ?>
<div class="column"> <div class="column">
<?php } ?> <?php } ?>
<?php } ?> <?php } ?>