From: x2003bruneau Date: Tue, 10 Oct 2006 08:29:32 +0000 (+0000) Subject: Fix NL's footer links (baseurl is not defined when running a script from a shell) X-Git-Tag: xorg/0.9.11~20 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3de00797cb2e7f27e63f9acb02e7a5b78cb3287a;p=platal.git Fix NL's footer links (baseurl is not defined when running a script from a shell) git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@959 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/newsletter.inc.php b/include/newsletter.inc.php index 5d81fa3..16c7577 100644 --- a/include/newsletter.inc.php +++ b/include/newsletter.inc.php @@ -183,7 +183,7 @@ class NewsLetter function footer($html) { global $globals; - $url = $globals->baseurl; + $url = 'https://www.polytechnique.org'; if ($html) { return '
Cette lettre est envoyée à tous les Polytechniciens sur Internet par l\'intermédiaire de Polytechnique.org.
'