stuuupuid
authorx2000habouzit <x2000habouzit>
Fri, 8 Oct 2004 17:11:24 +0000 (17:11 +0000)
committerx2000habouzit <x2000habouzit>
Fri, 8 Oct 2004 17:11:24 +0000 (17:11 +0000)
configs/login.conf.php
templates/skin/common.devel.tpl

index d3c3ae2..a9b0fa9 100644 (file)
@@ -11,8 +11,8 @@ $pub_tjs = array(
 
 // Liens apparaissant de façon aléatoire
 $pub_rnd = array(
-    "newsletter.php?last=1"                      => "Afficher la dernière newsletter" ,
-    "http://asso.polytechnique.org\" target=\"new"  => "Vers les autres sites polytechniciens" ,
+    "newsletter.php?last=1"                        => "Afficher la dernière newsletter" ,
+    "http://asso.polytechnique.org"                => "Vers les autres sites polytechniciens" ,
     "trombipromo.php?xpromo={$_SESSION["promo"]}"   => "Voir le trombi de ma promo" ,
     "banana/"                                       => "Un petit tour du côté des forums !!"
     ) ;
index 9c3a9ec..aa00f5a 100644 (file)
  *  Foundation, Inc.,                                                      *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************
-        $Id: common.devel.tpl,v 1.6 2004-09-24 14:47:43 x2000habouzit Exp $
+        $Id: common.devel.tpl,v 1.7 2004-10-08 17:11:24 x2000habouzit Exp $
  ***************************************************************************}
 
-
+{if $site_dev}
 {dynamic}
 {if $db_trace neq "\n\n"}
   <div id="db-trace">
@@ -45,5 +45,6 @@
   </div>
 {/if}
 {/dynamic}
+{/if}
 
 {* vim:set et sw=2 sts=2 sws=2: *}