@@ -62,6 +62,7 @@ return array
'lang' => '小刊分类设置',
# 后台菜单排序
'order' => 9,
+ 'gettype' => $type,
'end' => array
(
'update' => array
@@ -38,7 +38,7 @@ $type_config = array
*/
$type_default = 3;
-
+$type_config = Dever::db('journal/cate')->config['gettype'];
if ($cate) {
$type = array();
$cate_type = explode(',', $cate['type']);