diff options
Diffstat (limited to 'core/include/category')
-rw-r--r-- | core/include/category/main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/include/category/main.php b/core/include/category/main.php index 46ffa75..0fcece3 100644 --- a/core/include/category/main.php +++ b/core/include/category/main.php @@ -126,7 +126,8 @@ $MainTemplate->set('CATEGORY', $category_data); $MainTemplate->set('CATEGORIES', $category_list ?? []); $MainTemplate->set('HTML', $CategoryTemplate); $MainTemplate->set('HEAD', [ - 'NAME' => $category_data['ATTR']['NAME'], + 'NAME' => Application::getLanguage()->text('title_category', + [$category_data['ATTR']['NAME'], $currentSite]), 'DESC' => description($category_data['BODY']['HTML'](), Application::get('CATEGORY.DESCRIPTION_SIZE')), 'PERM' => $category_data['URL'], |