. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. */ global $RBAC; $resultRbac = $RBAC->requirePermissions('PM_SETUP_CLEAR_CACHE'); if (!$resultRbac) { G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_PAGE', 'error', 'labels'); G::header('location: ../login/login'); die(); } $oHeadPublisher = headPublisher::getSingleton(); $oHeadPublisher->addExtJsScript('setup/clearCompiled', true); //adding a javascript file .js G::RenderPage('publish', 'extJs');