Back to Multi-lingual SEO & Sitemap Support

tony_p4620282
tony_p4620282

how do you get the title of a category to parse I am also struggling with pagination unable to get the title to equal the page no its on any help with this I have tried this

   function onEnd()
   {
    // Optional - set the page title to the category name
    if ($this->category)
        $this->page->title = $this->category->name;
   }

in the code section and this on the page {{ category.name }} but to no effect

1-1 of 1