From ae9dd31f82cd1ef860ea73be504e17e60af0a12f Mon Sep 17 00:00:00 2001
From: Christian Lefebvre <christian_lefebvre@laposte.net>
Date: Mon, 18 Dec 2006 22:42:32 +0000
Subject: [PATCH] autodoc

---
 ecrire/inc/presentation.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index 366f49972d..a2192249fc 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -1627,6 +1627,7 @@ function debut_gauche($rubrique = "accueil", $return=false) {
 	if ($return) return $res; else echo $res;
 }
 
+// http://doc.spip.org/@fin_gauche
 function fin_gauche()
 {
 	return "</td></tr></table>";
-- 
GitLab