changeset 136 | bde1974c263b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/default/links.php Wed Feb 03 15:37:20 2010 +0000 @@ -0,0 +1,21 @@ +<?php +/** + * @package WordPress + * @subpackage Default_Theme + */ + +/* +Template Name: Liens +*/ +?> + +<?php get_header(); ?> + +<div id="content" class="widecolumn"> + <h2>Liens :</h2> + <ul> + <?php wp_list_bookmarks(); ?> + </ul> +</div> + +<?php get_footer(); ?> \ No newline at end of file