This commit is contained in:
Marco Antonio Nina Mena
2017-12-04 13:25:35 +00:00
committed by Julio Cesar Laura Avendaño
parent abe71a6ffe
commit 0d533e19d9
363 changed files with 23948 additions and 44623 deletions

View File

@@ -1,8 +1,7 @@
<?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');