dynamic update of now/next clip infobox added

This commit is contained in:
sebastian 2005-07-23 18:04:47 +00:00
parent b87375f90c
commit cc1830560a
18 changed files with 2609 additions and 2491 deletions

View file

@ -15,6 +15,9 @@ require_once 'HTML/QuickForm/Renderer/ArraySmarty.php';
$Smarty =& new Smarty;
$uiBrowser =& new uiBrowser($config);
$uiBase =& $uiBrowser;
$jscom =& new jscom(array("jscom_wrapper"));
$jscom->handler();
## load Smarty+filters ##############################################
require_once dirname(__FILE__).'/SmartyExtensions.inc.php';