[development] Overriding taxonomy term page

Gabor Hojtsy gabor at hojtsy.hu
Sun Aug 27 08:48:08 UTC 2006


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


More information about the development mailing list