Displaying search term on result page (tags)

Permalink
Hi !
I have a blog on my site with tags.

What I would like to accpomplish is that whenever a user clicks a tag, on the result page I would like the headline to be something like "Results for xxx tag"

I have of cource searched the forum, but havent been able to find a working solution.
On a related posthttp://www.concrete5.org/community/forums/customizing_c5/display-a-... someone suggested this:
<?php echo t('Tagged In: ')?>
<?php echo htmlentities($query, ENT_COMPAT, APP_CHARSET)?>


However, this i not working.

I hope that some of you know how to do this the right way - or at least that you are able to guide me in the right direction for a solution.

I will be looking forward to hearing from you

 
fosterphillips replied on at Permalink Reply
I am looking for a way to do this, too. Any luck on your end?