WordPress/wp-content/themes/kubrick/links.php
saxmatt 520fe2ed03 Conditionally adding Kubrick
git-svn-id: http://svn.automattic.com/wordpress/trunk@2012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-30 11:14:01 +00:00

16 lines
208 B
PHP

<?php /*
Template Name: Links
*/
?>
<?php include "header.php"; ?>
<div id="content" class="widecolumn">
<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>
</div>
<?php include "footer.php"; ?>