ss->assign("MODULE_TITLE", getClassicModuleTitle( $mod_strings['LBL_MODULE_ID'], array($mod_strings['LBL_ADDFONT_TITLE']), true ) ); if(!empty($_REQUEST['error'])){ $this->ss->assign("error", $_REQUEST['error']); } $this->ss->assign("MOD", $mod_strings); $this->ss->assign("APP", $app_strings); if(isset($_REQUEST['return_action'])){ $this->ss->assign("RETURN_ACTION", $_REQUEST['return_action']); }else{ $this->ss->assign("RETURN_ACTION", 'FontManager'); } $this->ss->assign("STYLE_LIST", array( "regular"=>$mod_strings["LBL_FONT_REGULAR"], "italic"=>$mod_strings["LBL_FONT_ITALIC"], "bold"=>$mod_strings["LBL_FONT_BOLD"], "boldItalic"=>$mod_strings["LBL_FONT_BOLDITALIC"] )); $this->ss->assign("ENCODING_TABLE", array_combine(explode(",",PDF_ENCODING_TABLE_LIST), explode(",",PDF_ENCODING_TABLE_LABEL_LIST))); //display $this->ss->display('modules/Configurator/tpls/addFontView.tpl'); } }