Wordpress/wp-content/themes/kubrick/links.php
Matt Mullenweg 9c4b2ed415 Conditionally adding Kubrick
git-svn-id: https://develop.svn.wordpress.org/trunk@2012 602fd350-edb4-49c9-b593-d223f7449a82
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"; ?>