Files
luos/workflow/engine/methods/tools/main.php

8 lines
230 B
PHP
Raw Normal View History

<?php
2017-12-04 13:25:35 +00:00
$oHeadPublisher = headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript('tools/main', true);
//$oHeadPublisher->assign('_ENV_CURRENT_DATE', $conf->getSystemDate(date('Y-m-d')));
2017-12-04 13:25:35 +00:00
G::RenderPage('publish', 'extJs');