. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. */ $G_MAIN_MENU = 'tools'; $G_SUB_MENU = 'toolsTranslations'; $G_ID_MENU_SELECTED = 'TRANSLATION'; $G_ID_SUB_MENU_SELECTED = 'TRANSLATION_ADD'; $G_PUBLISH = new Publisher(); $G_PUBLISH->AddContent( 'xmlform', 'xmlform', 'tools/translationAdd', '', null, 'translationsSave' ); if (isset( $_SESSION['TOOLS_VIEWTYPE'] ) && $_SESSION['TOOLS_VIEWTYPE'] == 'blank') { G::RenderPage( 'publishBlank', 'green-submenu' ); } else { G::RenderPage( 'publish' ); }