web/common.php
changeset 469 99d105834315
parent 420 eb7c2cff1816
child 473 8248d896ea21
--- a/web/common.php	Sat Jan 07 16:15:16 2012 +0100
+++ b/web/common.php	Mon Jan 09 12:51:19 2012 +0100
@@ -188,6 +188,7 @@
 		'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
+        'semanticboard' => URL_ROOT.'res/js-tweetcast/semanticboard.js' ,
 
 	),
 	'cdn' => array(
@@ -206,6 +207,7 @@
         'underscore'    => URL_ROOT.'res/underscore/underscore-min.js' ,
         'jquery-scrollto'=>URL_ROOT.'res/jquery.scrollto/jquery.scrollTo-1.4.2-min.js' ,
         'twcx-main'     => URL_ROOT.'res/js-tweetcast/live-polemic.js' ,
+        'semanticboard' => URL_ROOT.'res/js-tweetcast/semanticboard.js' ,
 		
 	)
 );
@@ -234,7 +236,8 @@
 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
-		'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
+		'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
+		'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
 	),
 	'cdn' => array(
 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
@@ -245,7 +248,8 @@
 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
 		'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
-        'tweetcast' => URL_ROOT.'res/css/tweetcast.css'
+        'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
+        'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
 	)
 );