]> git.openstreetmap.org Git - stateofthemap.git/blob - links.php
RefreshWP 1.5
[stateofthemap.git] / links.php
1 <?php
2 /*
3 Template Name: Links
4 */
5 ?>
6
7 <?php get_header(); ?>
8 <?php get_sidebar(); ?>
9 <div id="main">
10                 
11                 <ul>
12                         <?php get_links_list(); ?>
13                 </ul>
14         
15         
16 </div>
17                 
18                 <!-- content-wrap ends here --> 
19                 </div>
20 <?php get_footer(); ?>