small corrections
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 26 Jul 2011 17:30:05 +0200
changeset 235 ca008aef675f
parent 234 23a375bc42fb
child 236 af97b1520964
child 240 ee6305b4a7dc
small corrections
web/common.php
web/polemicaltimeline.php
--- a/web/common.php	Tue Jul 26 16:57:04 2011 +0200
+++ b/web/common.php	Tue Jul 26 17:30:05 2011 +0200
@@ -124,7 +124,7 @@
 		'jquery-url' => URL_ROOT.'res/js/jquery.url.js',
 		'ldtplayer' => URL_ROOT.'res/metadataplayer/src/js/LdtPlayer.js',
 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.pack.js',
-		'jquery-tools' => 'http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js',
+		'jquery-tools' => 'http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js',
 		'tw-widget' => 'http://widgets.twimg.com/j/2/widget.js',
 		'jquery-mousewheel' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js',
 		'swfobject' => 'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
--- a/web/polemicaltimeline.php	Tue Jul 26 16:57:04 2011 +0200
+++ b/web/polemicaltimeline.php	Tue Jul 26 17:30:05 2011 +0200
@@ -178,7 +178,7 @@
   </div>
 
     <div class="container">
-      <img src="<?php echo($config['head_logo']);?>" class="logo">
+      <img src="<?php echo(URL_ROOT."$rep/$config[head_logo]");?>" class="logo">
       <div id="minilogo" style="margin-left:85px;height:5px;top:5px;"></div>
 	  <ul class="menu"> 
 		  <li class="menuUnderline"><a href="<?php echo(URL_ROOT)?>" class="menuLink" id="Accueil">
@@ -206,13 +206,13 @@
 	<ul class="menu lang" >
 	<?php endif;?>	  
 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=ja_JP" class="menuLink" >
-	       <img src='../images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
+	       <img src="<?php echo(URL_ROOT)?>images/flag_jp.gif"<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
 	        <?php print $translate->_("Japonais"); ?></a></li>
 	  <li class="menuUnderline"><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=fr" class="menuLink">
-	       <img src='../images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
+	       <img src="<?php echo(URL_ROOT)?>images/flag_fr.gif" <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
 	       <?php print $translate->_("Français"); ?></a></li>
 	  <li ><a href="<?php echo(URL_ROOT.$rep) ?>/polemicaltimeline.php?lang=en" class="menuLink">
-	       <img src='../images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
+	       <img src="<?php echo(URL_ROOT)?>images/flag_en.gif" <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
 	       <?php print $translate->_("Anglais"); ?></a></li>
 	  </ul>