diff -r e652022fd1f7 -r 03d2aa7b4967 web/client.php --- a/web/client.php Tue Nov 17 12:15:00 2015 +0100 +++ b/web/client.php Wed Nov 18 15:39:05 2015 +0100 @@ -50,6 +50,8 @@ $_SESSION['TWITTER_REDIRECT_URL'] = isset($_REQUEST['auth_redirect']) ? $_REQUEST['auth_redirect'] : $_SERVER['HTTP_REFERER']; }; +$annotations = get_default_annotations_config($config, $translate); + ?> @@ -63,7 +65,7 @@ ' rel='stylesheet' type='text/css'> ' rel='stylesheet' type='text/css'> - + @@ -78,7 +80,7 @@ - + - + - + >
- +
- +
Intégrer @@ -332,7 +303,7 @@ - +
- + - +
@@ -490,13 +453,13 @@
- + - +

_('You must be connected with your Twitter account to read the conversation'); ?>

- + - +
_('config__pad_url');?> @@ -515,7 +478,7 @@
".$translate->_('config__partenaires').""); - + if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])){ echo("| ".$translate->_("Déconnexion").""); }