summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/links.php
blob: 2970897ad52d919e01c9d01da5872d598c282b7d (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 get_links_list(); ?>
</ul>

</div>	

<?php get_footer(); ?>