--- a/web/mashup/polemicaltimeline.php Thu Jul 07 16:40:17 2011 +0200
+++ b/web/mashup/polemicaltimeline.php Mon Jul 18 10:42:35 2011 +0200
@@ -4,10 +4,9 @@
* include some common code (like we did in the 90s)
* People still do this? ;)
*/
+include_once 'config.php';
// configuration
include 'common.php';
- // objet actuel
-include_once 'config.php';
$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
@@ -16,7 +15,7 @@
<html lang="<?php echo($actual); ?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Polemic tweet - <?php echo($config['title']); ?> - <?php echo($url); ?></title>
+ <title>Polemic tweet - <?php echo($config['title']); ?></title>
<meta name="keywords" content="<?php echo($config['keywords']); ?>"><!-- add timestampedmetadata -->
<!--<meta name="description" content="PoelmicTweet.fr : debate mapping, opinion, conference, video">-->
<meta name="description" content="<?php echo($config['description']); ?>">