addContent("{className}/step{className}Application"); //Adding a html file .html. $oHeadPublisher->addExtJsScript("{className}/step{className}Application", false); //Adding a javascript file .js $oHeadPublisher->assign("CONFIG", $config); G::RenderPage("publish", "extJs"); exit(0); } catch (Exception $e) { echo $e->getMessage(); exit(0); } ?>