signed!
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
d491ef13d0
commit
9059f4a82c
20
links.php
20
links.php
|
@ -21,9 +21,11 @@ Template Name: Links
|
|||
<?php } ?>
|
||||
|
||||
<?php if (is_cp_theme_style('3c,standard')) { ?>
|
||||
<div id="content-wrapper">
|
||||
<div id="content-wrapper">
|
||||
<?php } ?>
|
||||
|
||||
<?php get_sidebar('overblog'); ?>
|
||||
|
||||
<?php if (is_cp_theme_style('3c')) get_sidebar('left'); ?>
|
||||
|
||||
<?php if (is_cp_theme_style('gn,standard,3c')) { ?>
|
||||
|
@ -50,7 +52,7 @@ Template Name: Links
|
|||
<div class="post-page-foot"></div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -64,20 +66,8 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?><?php
|
||||
if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
||||
get_sidebar('right'); ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (is_cp_theme_style('gn')) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
||||
<?php get_footer() ?>
|
Loading…
Reference in New Issue