{php}> $this->assign( 'type' , preg_replace( '?[^a-zA-Z]?' , '' , @$_GET['Type'] )) ; $this->assign( 'funcNum' , intval(preg_replace( '?[^0-9]?' , '' , @$_GET['CKEditorFuncNum'] )) ) ; $this->assign( 'langCode' , preg_replace( '?[^0-9a-zA-Z_-]?' , '' , @$_GET['langCode'] )); <{/php}> <{if $target == 'CKEditor'}> <{* --------------------- for CKEditor ---------------------------- *}>
<{if $hasUploadPerm}> <{/if}>