From 4abd5cd5e0c4f404f7cb951bdca63f00f08d2ebc Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 25 Oct 2011 14:50:58 +0200 Subject: [PATCH] Markdown error --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 2bf1920..7f5cb81 100644 --- a/README.markdown +++ b/README.markdown @@ -34,13 +34,13 @@ This file is designed to regroup all your webs links, whether internal or extern To add a new href in your website, there are two simple steps : Add a new line in the info.php file : -```Php +` define('NEW_WEBSITE', "http://www.lengrandlambert.fr/"); -```` +` Then, you in the php files of your theme : -```Php +` Here is the link! -```` +` This way, the only file to be changed in your website if a link changes is info.php