| .. | |||||
| images | |||||
| 404.php | |||||
| admin.php | |||||
| archive.php | |||||
| archives.php | |||||
| comments-popup.php | |||||
| comments.php | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| image.php | |||||
| index.php | |||||
| kubrick.pot | |||||
| links.php | |||||
| page.php | |||||
| rtl.css | |||||
| screenshot.png | |||||
| search.php | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
/*
Template Name: Links
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2><?php _e('Links:', 'kubrick'); ?></h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
</div>
<?php get_footer(); ?>
| .. | |||||
| images | |||||
| 404.php | |||||
| admin.php | |||||
| archive.php | |||||
| archives.php | |||||
| comments-popup.php | |||||
| comments.php | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| image.php | |||||
| index.php | |||||
| kubrick.pot | |||||
| links.php | |||||
| page.php | |||||
| rtl.css | |||||
| screenshot.png | |||||
| search.php | |||||
| sidebar.php | |||||
| single.php | |||||
| style.css |