WordPress/wp-content/themes/kubrick/links.php
saxmatt 74dbae73ec Some Kubrick cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-12-30 11:25:15 +00:00

12 lines
149 B
PHP

<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>
</div>
<?php get_footer(); ?>