mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 18:48:57 +01:00
520fe2ed03
git-svn-id: http://svn.automattic.com/wordpress/trunk@2012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
16 lines
208 B
PHP
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"; ?>
|