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