#1164 | return $this->cfg['weburl'].'hanzi/'.urlencode($content['hanzi']).$_ENV['_config']['url_suffix'];
|
#1165 | }elseif($this->cfg['table_arr'][$mid] == 'chengyu'){
|
#1166 | return $this->cfg['weburl'].'chengyu/'.urlencode($content['word']).$_ENV['_config']['url_suffix'];
|
#1167 | }elseif($this->cfg['table_arr'][$mid] == 'ciyu'){
|
#1168 | return $this->cfg['weburl'].'ciyu/'.urlencode($content['word']).$_ENV['_config']['url_suffix'];
|
#1169 | }elseif($this->cfg['table_arr'][$mid] == 'danci'){
|
#1170 | return $this->cfg['weburl'].'danci/'.urlencode($content['title']).$_ENV['_config']['url_suffix'];
|
#1171 | }
|
#1172 |
|
#1173 | switch($this->cfg['link_show_type']) {
|