summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/links.php
blob: e253e09ba05fdd572c7f91599593f73921eacf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
Template Name: Links
*/
?>

<?php get_header(); ?>

<div id="content" class="widecolumn">

<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>

</div>

<?php get_footer(); ?>