Why is <span class="lasttitle">Current category</span> hardcoded into the crumbs?
luna_core.css and luna.css doesn't even contain lasttitle
I tried to use the following code
<%Links::Utils::format_title($title_loop, separator => $category_separator, no_escape_separator => $no_escape_category_separator, include_home => 1, link_type => 0)%>
on category.html template but it doesn't work because of
<span class="lasttitle">Current category</span>
Is there an easier way to achieve the same thing?
Thanks in advance!
luna_core.css and luna.css doesn't even contain lasttitle

I tried to use the following code
<%Links::Utils::format_title($title_loop, separator => $category_separator, no_escape_separator => $no_escape_category_separator, include_home => 1, link_type => 0)%>
on category.html template but it doesn't work because of
<span class="lasttitle">Current category</span>
Is there an easier way to achieve the same thing?
Thanks in advance!