27 Aug
2006
27 Aug
'06
10:48 a.m.
Hi, On Sat, 26 Aug 2006, Dan Karran wrote:
I'm wanting to add a link to the bottom of a taxonomy term page, similar to the feed icon that is already there. What would be the best way to do this: add a hook in to the taxonomy module allowing other modules to insert their own bits, send the page through a theming function, or some other method?
I would do it in theme_page (or page.tpl.php). You can easily check if you are on a taxonomy term page either with arg() or $_GET['q']. Gabor