web/common.php
changeset 495 34f92d5b2acf
parent 491 ae626ab315b9
child 506 f7fd2458fc5c
child 508 c296bead6659
equal deleted inserted replaced
494:36b25df474ac 495:34f92d5b2acf
   236 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   236 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   237 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   237 		'jquery-ui' => URL_ROOT.'res/metadataplayer/res/css/jq-css/themes/base/jquery-ui.css',
   238 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   238 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   239 		'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   239 		'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   240 		'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
   240 		'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
       
   241         'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css',
   241 	),
   242 	),
   242 	'cdn' => array(
   243 	'cdn' => array(
   243 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   244 		'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css',
   244 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   245 		'blueprint-print' => URL_ROOT.'res/blueprint/print.css',
   245 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   246 		'blueprint-ie' => URL_ROOT.'res/blueprint/ie.css',
   248 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   249 		'fancybox' => URL_ROOT.'res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css',
   249 		'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
   250 		'jquery-ui' => "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css",
   250 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   251 		'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css',
   251         'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   252         'tweetcast' => URL_ROOT.'res/css/tweetcast.css',
   252         'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
   253         'semanticboard' =>  URL_ROOT.'res/css/semanticboard.css',
       
   254         'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css',
   253 	)
   255 	)
   254 );
   256 );
   255 
   257 
   256 
   258 
   257 function registry_url($key, $type, $registry_def=null) {
   259 function registry_url($key, $type, $registry_def=null) {