buddypress/0.1/default/links.php
Andy Peatling b51846766d tagging default theme v0.1
git-svn-id: https://buddypress.svn.wordpress.org/tags/buddypress-theme@99 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-05-12 22:36:55 +00:00

18 lines
186 B
PHP

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