new jjmenu for dynamic context menus. playlists in library.
need to work on javascript callback
This commit is contained in:
parent
4bdcba83e2
commit
d2b1bf0622
17 changed files with 545 additions and 318 deletions
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
Zend_Session::start();
|
||||
|
||||
require_once (__DIR__."/configs/navigation.php");
|
||||
require_once (__DIR__."/configs/ACL.php");
|
||||
|
||||
|
@ -32,6 +30,8 @@ if (PEAR::isError($CC_DBC)) {
|
|||
}
|
||||
$CC_DBC->setFetchMode(DB_FETCHMODE_ASSOC);
|
||||
|
||||
Zend_Session::start();
|
||||
|
||||
class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
||||
{
|
||||
protected function _initDoctype()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue