root/headlines-new-theme/links.php

Revision 31, 139 bytes (checked in by drakewils..@gmail.com, 5 months ago)

headlines theme. for realz this time

Line 
1 <?php
2 /*
3 Template Name: Links
4 */
5 ?>
6
7 <?php get_header(); ?>
8
9 <h2>Links:</h2>
10 <ul>
11 <?php get_links_list(); ?>
12 </ul>
13
14 <?php get_footer(); ?>
15
Note: See TracBrowser for help on using the browser.