Fix for FS#52
This commit is contained in:
parent
54d941a3c8
commit
8a9bbb09ac
18
links.php
18
links.php
|
@ -9,15 +9,15 @@ Template Name: Links
|
|||
<div id="column">
|
||||
|
||||
<div class="post-page-head">
|
||||
<div class="post-page">
|
||||
<h2 class="pagetitle"><?php the_title() ?></h2>
|
||||
<ul>
|
||||
<?php wp_list_bookmarks() ?>
|
||||
</ul>
|
||||
<br class="clear-margins" />
|
||||
</div>
|
||||
<div class="post-page-foot"></div>
|
||||
|
||||
<div class="post-page">
|
||||
<h2 class="pagetitle"><?php the_title() ?></h2>
|
||||
<ul>
|
||||
<?php wp_list_bookmarks() ?>
|
||||
</ul>
|
||||
<br class="clear-margins" />
|
||||
</div>
|
||||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
|
||||
|
|
Loading…
Reference in New Issue