Fix for single.php missing a /div and the subontent-wrapper being missing, making the footer out of whack in 3c2r layout
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
5c1e3c5794
commit
2d41987c77
|
@ -29,7 +29,7 @@
|
|||
<?php } ?>
|
||||
<?php } endwhile; ?>
|
||||
|
||||
<?php if (is_cp_theme_layout('3c,standard')) { ?>
|
||||
<?php if (is_cp_theme_layout('3c,standard,3c2r')) { ?>
|
||||
<div id="subcontent-wrapper-head"></div>
|
||||
<div id="subcontent-wrapper">
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue