23 lines
431 B
PHP
23 lines
431 B
PHP
|
<?php if (is_cp_theme_layout('v')) { ?>
|
||
|
</div>
|
||
|
<?php } ?>
|
||
|
|
||
|
<?php
|
||
|
if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
|
||
|
get_sidebar('right'); ?>
|
||
|
<?php } ?>
|
||
|
|
||
|
<?php if (is_cp_theme_layout('3c')) { ?>
|
||
|
<div class="clear"></div>
|
||
|
<div id="subcontent-wrapper-bottom"></div>
|
||
|
</div>
|
||
|
<?php } ?>
|
||
|
|
||
|
<?php if (is_cp_theme_layout('gn')) { ?>
|
||
|
</div>
|
||
|
<?php } ?>
|
||
|
|
||
|
<div class="clear"></div>
|
||
|
</div>
|
||
|
<div id="content-wrapper-bottom"></div>
|