#98 | $pinlv_fmt = $frequency_arr[$pinlv]; |
#99 | |
#100 | $this->_var['topcid'] = -1; |
#101 | |
#102 | $this->_cfg['titles'] = "{$pinlv_fmt}汉字有哪些 - {$this->_cfg['webname']}"; |
#103 | $page = (int)R('page','G'); |
#104 | if( $page > 1){ |
#105 | $this->_cfg['titles'] .= '-'.lang('page_current', array('page'=>$page)); |
#106 | } |
#107 |