diff --git a/application/cms/controller/Index.php b/application/cms/controller/Index.php index fd41c738f65ed8da68bfefbccc751ed9b5875e35..d3eb00a289f2ba574ca2af9c7861ec6bd862a2fc 100644 --- a/application/cms/controller/Index.php +++ b/application/cms/controller/Index.php @@ -66,7 +66,7 @@ class Index extends Cmsbase //去除完后缀的模板 $template = $tpar[0]; unset($tpar); - $seo = seo($catid, $setting['meta_title'], $setting['meta_description'], $setting['meta_keywords']); + $seo = seo($catid, '', $setting['meta_description'], $setting['meta_keywords']); //单页 } else if ($category['type'] == 1) { $template = $setting['page_template'] ? $setting['page_template'] : 'page';