generate($params); } else { header("Content-Type: text/html; charset={$cfg_soft_lang}"); $dtp = new DedeTemplate(); $tplfile = DEDETEMPLATE.'/plus/qrcode.htm'; $dtp->LoadTemplate($tplfile); $dtp->SetVar('id',$id); $dtp->SetVar('type',$type); $dtp->Display(); exit(); }