2009-11-06 02:56:36 +00:00
|
|
|
<?php if (comicpress_check_child_file('layout-foot') == false) { ?>
|
2009-10-30 20:32:01 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2009-10-06 01:18:30 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c2r')) {
|
|
|
|
get_sidebar('left');
|
|
|
|
} ?>
|
2009-09-17 22:45:30 +00:00
|
|
|
|
|
|
|
<?php
|
2009-10-06 01:18:30 +00:00
|
|
|
if (is_cp_theme_layout('3c,v3c,gn,standard,v,3c2r')) {
|
2009-09-17 22:45:30 +00:00
|
|
|
get_sidebar('right'); ?>
|
|
|
|
<?php } ?>
|
|
|
|
|
2009-10-06 01:18:30 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c,standard,3c2r')) { ?>
|
2009-10-05 06:08:01 +00:00
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
2009-11-02 12:23:41 +00:00
|
|
|
<div id="subcontent-wrapper-foot"></div>
|
2009-09-17 22:45:30 +00:00
|
|
|
<?php } ?>
|
|
|
|
|
2009-09-28 21:49:51 +00:00
|
|
|
<?php if (is_cp_theme_layout('gn,rgn')) { ?>
|
2009-09-17 22:45:30 +00:00
|
|
|
</div>
|
|
|
|
<?php } ?>
|
2009-09-28 21:49:51 +00:00
|
|
|
<?php if (is_cp_theme_layout('rgn')) get_sidebar('right'); ?>
|
2009-09-17 22:45:30 +00:00
|
|
|
<div class="clear"></div>
|
2009-10-06 01:18:30 +00:00
|
|
|
</div>
|
2009-11-02 12:23:41 +00:00
|
|
|
<div id="content-wrapper-foot"></div>
|
2009-11-06 02:56:36 +00:00
|
|
|
<?php } ?>
|