mes_fonctions et inc_mail

l'utilisation d'une fonction de mes_fonctions dans inc_mail n'est pas possible.
Message d'erreur:
Fatal error: Call to undefined function: titre_agenda() in
/home/sites/site172/web/ecrire/inc_mail.php3 on line 180
N'étant pas très pointu en php, je ne sais pas faire l'include (inc_mail se
trouvant dans ecrire et mes_fonctions à la racine)
Qq pourrait-il me filer un coup de main ?
Merci
ps: je suis encore en 1.3.2, mes_fonctions semble vu depuis inc_mail car je
n'ai pas l'erreur qd je rentre dans la partie privée de mon site en test en local
sous spip 1.4.3

From gourdet@cnam.fr Sun Oct 6 10:34:14 2002

Return-Path: <gourdet@cnam.fr>
Received: from relay-4m.club-internet.fr (relay-4m.club-internet.fr
  [194.158.104.43])
  by miel.brainstorm.fr (Postfix) with ESMTP id AABA01C05E
  for <spip@rezo.net>; Sun, 6 Oct 2002 10:34:14 +0200 (CEST)
Received: from david (lns02m-9-116.w.club-internet.fr [212.194.20.116])
  by relay-4m.club-internet.fr (Postfix) with SMTP id 07985E10C
  for <spip@rezo.net>; Sun, 6 Oct 2002 10:34:13 +0200 (CEST)
Message-ID: <00c701c26d13$407dfd00$ac31fea9@gourdet.clubinternet.fr>
From: "David Gourdet" <gourdet@cnam.fr>
To: <spip@rezo.net>
Date: Sun, 6 Oct 2002 10:34:56 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
  boundary="----=_NextPart_000_00C4_01C26D24.03BC0860"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Subject: =?iso-8859-1?q?=5BSpip=5D_?=
  =?iso-8859-1?q?Vignettes_-_nouvelle_pr=E9sentation?=
X-BeenThere: spip@rezo.net
X-Mailman-Version: 2.1b2+
Precedence: list
List-Help: <mailto:spip-request@rezo.net?subject=help>
List-Archive: <Discuter chez rezo.net;
List-Unsubscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=unsubscribe>
List-Subscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=subscribe>
List-Post: <mailto:spip@rezo.net>
List-Id: SPIP : questions/reponses <spip.rezo.net>
X-List-Received-Date: Sun, 06 Oct 2002 08:34:14 -0000
Status: O
Content-Length: 2342
Lines: 67

This is a multi-part message in MIME format.

------=_NextPart_000_00C4_01C26D24.03BC0860
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Salut,

Apr=E8s avoir bien cherch=E9, j'ai fini par trouv=E9 la solution =E0 mon =
probl=E8me de cr=E9ation de filtre dans mes_fonctions.php3 pour que le =
titre et le descriptif d'un document ins=E9r=E9 dans le texte =
(<docxxx|left>) apparaissent =E0 droite de sa vignette et non pas =
en-dessous:

<?php
function iconehorizontale ($retour) {
return ereg_replace ("br","&nbsp;",$retour);
}
?>

Voil=E0...

Merci =E0 Fil pour m'avoir indiqu=E9 la marche =E0 suivre.

Davon

------=_NextPart_000_00C4_01C26D24.03BC0860
Content-Type: text/html;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Salut,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Apr=E8s avoir bien cherch=E9, j'ai fini =
par trouv=E9 la=20
solution =E0 mon probl=E8me de cr=E9ation de filtre dans =
mes_fonctions.php3 pour que=20
le titre et le descriptif d'un document ins=E9r=E9 dans le texte=20
(&lt;docxxx|left&gt;) apparaissent =E0 droite de sa vignette et non pas=20
en-dessous:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&lt;?php</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>function iconehorizontale ($retour) =
{</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>return ereg_replace=20
("br","&amp;nbsp;",$retour);</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>}</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>?&gt;</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Voil=E0...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Merci =E0 Fil pour m'avoir indiqu=E9 la =
marche =E0=20
suivre.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Davon</FONT></DIV></BODY></HTML>

------=_NextPart_000_00C4_01C26D24.03BC0860--