Right now it is difficult to theme taxonomy/term/xx pages. Taxonomy_context allows for the display of taxonomy descriptions. It would be great if phptemplate did this natively -- e.g. taxonomy.tpl.php

Comments

morbus iff’s picture

Project: PHPTemplate » Drupal core
Version: » x.y.z
Component: Code » theme system

PHPTemplate is part of core in 4.7. Moving.

geodaniel’s picture

I'd be interested in this too (adding comment to keep track of this issue)

pwolanin’s picture

It seems like this patch: http://drupal.org/node/65706 would already enable this, right?

pwolanin’s picture

Status: Active » Fixed

yes it seems to work- copy page.tpl.php to page-taxonomy.tpl.php and away you go. With this already-implemented feature you can even have a separate page template per term! Name your file like: page-taxonomy-term-1.tpl.php (this would work for tid ==1)

Anonymous’s picture

Status: Fixed » Closed (fixed)