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
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
$oHeadPublisher =& headPublisher::getSingleton();
|
||||
$oHeadPublisher->addExtJsScript('tools/main', true);
|
||||
$oHeadPublisher = & headPublisher::getSingleton();
|
||||
$oHeadPublisher->addExtJsScript( 'tools/main', true );
|
||||
|
||||
//$oHeadPublisher->assign('_ENV_CURRENT_DATE', $conf->getSystemDate(date('Y-m-d')));
|
||||
G::RenderPage('publish', 'extJs');
|
||||
G::RenderPage( 'publish', 'extJs' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user