how to remove route=common/home
search seo_url position
if ($url) {
replace this with the follow line
if ($url || (isset($data['route']) && $data['route'] == 'common/home') ) {
this work perfactlly
search seo_url position
if ($url) {
replace this with the follow line
if ($url || (isset($data['route']) && $data['route'] == 'common/home') ) {
this work perfactlly
1朵
0个