In menu.db I tried with:
response.subtitle = T('Aggregator for')+A('Company',
_href='http://company.org/')
And
response.subtitle = T('Aggregator for')+'<a
href="http://company.org/">Company</a>')
But neither rendered the hyperlink, both left me with a subtitle displaying
"a href"…
How do I add a hyperlink to response.subtitle?
Thanks for all suggestions,
Alec Taylor
--

