blob: 81fdc008dba93fcd323531f442c87310ed1efb2e [file] [log] [blame]
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
/*
Template Name: Links
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
</div>
<?php get_footer(); ?>