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
9 lines
237 B
PHP
Executable File
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' );
|
|
|