Hi,
This is what I have on my browse.html
<%include file="header.html"
title="$page_title, "
meta_keywords="$meta_keywords"
meta_description="$meta_description"
%>
I tried to change title="$page_title, " to title="$category $page_title, " but it didn't work.
My goal is to have the title read as Category : Site Title
Please advise.


I got the title read " Category A > Category B : Homepage Title " by adding text to 