diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/common.php --- a/web/common.php Mon Feb 13 17:03:07 2012 +0100 +++ b/web/common.php Mon Feb 13 17:04:35 2012 +0100 @@ -13,7 +13,7 @@ /** * Base configuration */ -$C_default_rep = 'edito-intelligence'; +$C_default_rep = 'bpi-des-livres-aux-machines'; $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0'; $archives_list = array( @@ -238,6 +238,7 @@ 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', + 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', ), 'cdn' => array( 'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css', @@ -250,6 +251,7 @@ 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', + 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', ) );