diff -r 2ddd11ec2da2 -r db1e6bfaa54e web/polemicaltimeline.php --- a/web/polemicaltimeline.php Wed Oct 05 13:39:57 2011 +0200 +++ b/web/polemicaltimeline.php Wed Oct 05 18:11:31 2011 +0200 @@ -6,14 +6,14 @@ */ $rep = $_REQUEST['rep']; include_once dirname(__FILE__).'/'.$rep.'/config.php'; -// configuration +// configuration include 'common.php'; - // objet actuel + // objet actuel $baseurl = URL_ROOT; $div_height = 640; -if(isset($config['div_height'])) { - $div_height = $config['div_height']; +if($translate->_('config__div_height') != 'config__div_height') { + $div_height = $translate->_('config__div_height'); } $tweet_explain_background = URL_ROOT.'images/tweetExplainBgd.gif'; if(file_exists(dirname(__FILE__)."/$rep/images/tweetExplainBgd.gif")) { @@ -28,17 +28,17 @@
-