Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
theme system
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2005 at 00:26 UTC
Updated:
10 Sep 2006 at 18:45 UTC
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
Comment #1
morbus iffPHPTemplate is part of core in 4.7. Moving.
Comment #2
geodaniel commentedI'd be interested in this too (adding comment to keep track of this issue)
Comment #3
pwolanin commentedIt seems like this patch: http://drupal.org/node/65706 would already enable this, right?
Comment #4
pwolanin commentedyes 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)
Comment #5
(not verified) commented