even worse hack. needs to be fixed properly
authorweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 20:03:02 +0000 (20:03 +0000)
committerweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Sep 2006 20:03:02 +0000 (20:03 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@857 839d8a87-29fc-0310-9880-83ba4fa771e5

15 files changed:
classes/Page.php
templates/skin/common.bug.tpl
templates/skin/default.tpl
templates/skin/espace.tpl
templates/skin/humlinux.tpl
templates/skin/keynote.tpl
templates/skin/linux.tpl
templates/skin/liteskin.tpl
templates/skin/nbviolet.tpl
templates/skin/newxorg.tpl
templates/skin/oldtimes.tpl
templates/skin/openweb.tpl
templates/skin/sharky.tpl
templates/skin/spectral.tpl
templates/skin/trapped.tpl

index 01a52c3..63add7e 100644 (file)
@@ -79,6 +79,7 @@ class PlatalPage extends Smarty
 
         $this->assign("xorg_errors", $this->_errors);
         $this->assign("xorg_failure", $this->_failure);
+        $this->assign('globals', $globals);
 
         switch ($this->_page_type) {
           case NO_SKIN:
index c0b893c..07442ab 100644 (file)
@@ -25,7 +25,7 @@
 \r
 ** Explique ici le problème ou l'amélioration proposée **\r
                \r
-Page : {$globals.baseurl}/?{$smarty.server.QUERY_STRING}\r
+Page : {$globals->baseurl}/?{$smarty.server.QUERY_STRING}\r
 Navigateur : {$smarty.server.HTTP_USER_AGENT}\r
 Skin : {$smarty.session.skin} \r
 Signalé par {$smarty.session.forlife}</textarea>\r
index c9914a9..27b4280 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
index 7151b5b..0d6519f 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/espace.css" media="screen" />
     {include file=skin/common.header.tpl}
index 450d8b2..f15b8a4 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/humlinux.css" media="screen" />
     {include file=skin/common.header.tpl}
index f485bff..e333e67 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/keynote.css" media="screen" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
index 558cd41..18b92a5 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/linux.css" media="screen" />
     {include file=skin/common.header.tpl}
index bac063e..e6b0b64 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/liteskin.css" media="screen" />
     {include file=skin/common.header.tpl}
index 2252d5b..e6c5394 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/nbviolet.css" media="screen" />
     {include file=skin/common.header.tpl}
index d2dcfaa..ffc73bb 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/newxorg.css" media="screen" />
     {include file=skin/common.header.tpl}
index d3339a1..60c47ea 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/oldtimes.css" media="screen" />
     {include file=skin/common.header.tpl}
index 596eb36..a2f4e21 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/openweb.css" media="screen" />
     {include file=skin/common.header.tpl}
     {include file=skin/common.bandeau.head.tpl}
index 7a259fb..4b7a5f1 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/sharky.css" media="screen" />
     {include file=skin/common.header.tpl}
index 1998b83..48931ec 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/spectral.css" media="screen" />
     {include file=skin/common.header.tpl}
index 038ea60..a09f088 100644 (file)
@@ -23,7 +23,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <base href="{$globals.baseurl}/" />
+    <base href="{$globals->baseurl}/" />
     <link rel="stylesheet" type="text/css" href="css/default.css" media="screen" />
     <link rel="stylesheet" type="text/css" href="css/trapped.css" media="screen" />
     {include file=skin/common.header.tpl}