|
...
|
...
|
@@ -44,7 +44,7 @@ class CustomModuleCategoryController extends BaseController |
|
|
|
$v['is_renovation'] = $this->getIsRenovation($v['module_id'],BTemplate::IS_LIST,$template_id,$v['id'],BTemplate::IS_CUSTOM);
|
|
|
|
$v['url'] = $this->user['domain'].$v['route'];
|
|
|
|
if($this->user['is_upgrade'] == 1){
|
|
|
|
if($v['route'] == $moduleInfo['route']){
|
|
|
|
if($v['route'] != $moduleInfo['route']){
|
|
|
|
$v['url'] = $this->user['domain'].$moduleInfo['route']."_catalog/".$v['route'];
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|