2010-12-02 23:34:41 +00:00
|
|
|
<?php
|
|
|
|
|
G::loadClass('configuration');
|
2011-02-18 16:00:32 +00:00
|
|
|
$c = new Configurations;
|
2010-12-02 23:34:41 +00:00
|
|
|
$oHeadPublisher =& headPublisher::getSingleton();
|
2011-10-19 09:15:51 -04:00
|
|
|
$oHeadPublisher->addExtJsScript('setup/environmentSettings', true);
|
|
|
|
|
//$conf->aConfig['startCaseHideProcessInf']
|
2011-02-18 16:00:32 +00:00
|
|
|
$oHeadPublisher->assign('FORMATS',$c->getFormats());
|
2010-12-02 23:34:41 +00:00
|
|
|
G::RenderPage('publish', 'extJs');
|