| #416 | |
| #417 | $link_show_end = $cfg['link_show_end']; |
| #418 | $link_show_end_len = strlen($link_show_end); |
| #419 | $cate_arr = array_flip($cfg['cate_arr']); |
| #420 | $newurl = $link_show_end_len ? substr($uri, 0, -$link_show_end_len) : $uri; |
| #421 | |
| #422 | $_GET['control'] = 'show'; |
| #423 | $_GET['action'] = 'index'; |
| #424 | |
| #425 | switch ($cfg['link_show_type']){ |