|
...
|
...
|
@@ -601,8 +601,8 @@ class BTemplateLogic extends BaseLogic |
|
|
|
if ($source == BTemplate::SOURCE_NEWS) {if ($is_list == 0) {if ($pageInfo['news_details'] != 0) {$type = BTemplate::TYPE_SIX;}}
|
|
|
|
else {if ($pageInfo['news_list'] != 0) {$type = BTemplate::TYPE_SEVEN;}}}
|
|
|
|
if ($source == BTemplate::SOURCE_KEYWORD) {if ($pageInfo['polymerization'] != 0) {$type = BTemplate::TYPE_EIGHT;}}
|
|
|
|
return $this->success($type);
|
|
|
|
}
|
|
|
|
return $this->success($type);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|