nextSkin
This commit is contained in:
@@ -10,8 +10,9 @@ use ProcessMaker\Model\User;
|
||||
$conf = new Configurations();
|
||||
|
||||
$oHeadPublisher = headPublisher::getSingleton();
|
||||
$oHeadPublisher->addExtJsScript("cases/main", false); //Adding a javascript file .js
|
||||
$oHeadPublisher->addContent("cases/main"); //Adding a html file .html.
|
||||
// $oHeadPublisher->addExtJsScript("cases/main", false); //Adding a javascript file .js
|
||||
// $oHeadPublisher->addContent("cases/main"); //Adding a html file .html.
|
||||
// $oHeadPublisher->addContent("cases/viena"); //Adding a html file .html.
|
||||
|
||||
$keyMem = "USER_PREFERENCES" . $_SESSION["USER_LOGGED"];
|
||||
$memcache = PMmemcached::getSingleton(config("system.workspace"));
|
||||
@@ -163,4 +164,4 @@ ScriptVariables::add('userId', User::getId($_SESSION['USER_LOGGED']));
|
||||
ScriptVariables::add('userConfig', array(
|
||||
"usr_uid" => $_SESSION['USER_LOGGED']
|
||||
));
|
||||
echo View::make('Views::home.home', compact("userCanAccess"))->render();
|
||||
G::RenderPage("publish", "viena");
|
||||
Reference in New Issue
Block a user