• File: links.php
  • Full Path: /home/bravrvjk/hpgt.org/wp-content/themes/default/links.php
  • Date Modified: 06/15/2010 2:06 AM
  • File size: 276 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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(); ?>