I added this php snippet into the category template browse.html
in the hope of generating a keyword using the page title for another application. However, this didn't work.Code:<%php%>$defaultkeyword="$page_title";<%/php%>
How to make the $page_title work within the php code? Thank you.


