author | Anthony Ly <anthonyly.com@gmail.com> |
Tue, 12 Mar 2013 18:21:39 +0100 | |
changeset 206 | 919b4ddb13fa |
parent 136 | bde1974c263b |
permissions | -rw-r--r-- |
136 | 1 |
<?php |
2 |
/** |
|
3 |
* @package WordPress |
|
4 |
* @subpackage Default_Theme |
|
5 |
*/ |
|
6 |
||
7 |
/* |
|
8 |
Template Name: Links |
|
9 |
*/ |
|
10 |
?> |
|
11 |
||
12 |
<?php get_header(); ?> |
|
13 |
||
14 |
<div id="content" class="widecolumn"> |
|
15 |
||
16 |
<h2><?php _e('Links:', 'kubrick'); ?></h2> |
|
17 |
<ul> |
|
18 |
<?php wp_list_bookmarks(); ?> |
|
19 |
</ul> |
|
20 |
||
21 |
</div> |
|
22 |
||
23 |
<?php get_footer(); ?> |