web/wp-content/themes/default/links.php
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
--- a/web/wp-content/themes/default/links.php	Tue Feb 02 14:45:47 2010 +0000
+++ b/web/wp-content/themes/default/links.php	Tue Feb 02 15:44:16 2010 +0000
@@ -1,23 +1,21 @@
-<?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(); ?>
+<?php 
+/** 
+ * @package WordPress 
+ * @subpackage Default_Theme 
+ */ 
+
+/*
+Template Name: Liens
+*/
+?>
+
+<?php get_header(); ?>
+
+<div id="content" class="widecolumn">
+	<h2>Liens&nbsp;:</h2>
+	<ul>
+		<?php wp_list_bookmarks(); ?> 
+	</ul>
+</div>
+
+<?php get_footer(); ?>
\ No newline at end of file