Files
luos/workflow/engine/methods/tools/main.php
jennylee e16048052d CODE STYLE, workflow/engine/methods/tools/
FILES:
ajaxListener.php
dvServices.php
index.php
main.php
methodsPermissions.php
methodsPermissions_Ajax.php
translations.php
translationsAdd.php
translationsAjax.php
translationsDelete.php
translationsEdit.php
translationsSave.php
updateTranslation.php
2012-10-17 17:56:47 -04:00

9 lines
237 B
PHP
Executable File

<?php
$oHeadPublisher = & headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript( 'tools/main', true );
//$oHeadPublisher->assign('_ENV_CURRENT_DATE', $conf->getSystemDate(date('Y-m-d')));
G::RenderPage( 'publish', 'extJs' );