mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
set param 'class' for inclusion of view specific javascript file
This commit is contained in:
parent
4a23bd9eca
commit
aefa0c120e
|
@ -58,6 +58,7 @@ class UI extends UI_Default {
|
|||
$view = new $classname($params, $theme);
|
||||
/* Set some configuration parameters */
|
||||
$view->setParam('refferer', $_SERVER['REQUEST_URI']);
|
||||
$view->setParam('class', $class);
|
||||
$view->setParam('session', $session);
|
||||
$view->setParam('sitename', $settings->_siteName);
|
||||
$view->setParam('rootfolderid', $settings->_rootFolderID);
|
||||
|
|
Loading…
Reference in New Issue
Block a user