web/mashup/config.php
changeset 202 2bf0fd3432bf
parent 197 77e3207456b7
child 203 8124cde38141
--- a/web/mashup/config.php	Tue Jun 28 12:23:36 2011 +0200
+++ b/web/mashup/config.php	Tue Jun 28 22:23:56 2011 +0200
@@ -42,8 +42,14 @@
 		 |  <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable  </a>",
 		 
 	// After the event 
-	'metadata'	 => "",
-    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+	'metadata'	 => array(
+	                    'conference'=>
+					         array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/b2754186-a0c9-11e0-b8bd-00145ea49a02", 'display'=>'Conférence'),
+					    'tableronde'=>
+					         array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde')
+					),
+    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
+	'duration'	 => "4606"
 );
 
 $player_width  = 600;