diff -r 6d65ba69be60 -r dfcbb21a8eac web/select.php --- a/web/select.php Thu May 24 21:27:06 2012 +0200 +++ b/web/select.php Mon Jun 04 17:04:53 2012 +0200 @@ -29,12 +29,12 @@ } -$big_visual_url = URL_ROOT."/$rep/images/big_visuel_rsln_mb.jpg"; +$big_visual_url = URL_ROOT."/$rep/images/big-visuel.jpg"; if($translate->_('config__client_visual') != 'config__client_visual' && $translate->_('config__client_visual') != null ) { $big_visual_url = URL_ROOT."$rep/".$translate->_('config__client_visual'); } -$head_logo = URL_ROOT."$rep/images/head_logo.gif"; +$head_logo = URL_ROOT."$rep/images/head-logo.png"; if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); } @@ -126,6 +126,7 @@ _('config__partenaires'); foreach ($config['event_list'] as $i => $rep) { include("$basepath$rep/config.php"); @@ -163,7 +164,7 @@