Они появились после включения "seo-url". Я так понимаю что-т ов контроллере прописать нужно... как можно сделать их известными?
75:
if ($category_info) {
if ($category_info['seo_title']) {
$this->document->setTitle($category_info['seo_title']);
} else {
$this->document->setTitle($category_info['name']);
}
84:
$this->document->setDescription($category_info['meta_description']);
$this->document->setKeywords($category_info['meta_keyword']);
$this->data['seo_h1'] = $category_info['seo_h1'];
$this->data['heading_title'] = $category_info['name'];