taxonomy_list.css |
taxonomy_list.css |
|
.taxonomy-list legend {
font-size: 125%;
font-weight: bold;
}
.taxonomy_list_radios .form-item label.option {
float: left;
margin-right: 1.5em;
}
.taxonomy_list_radios .form-item .description {
clear: both;
}
.taxonomy-list-desc {
… |
taxonomy_list.info |
taxonomy_list.info |
|
name = Taxonomy List
description = List terms under a specific vocabulary
dependencies[] = taxonomy
core = 6.x |
taxonomy_list.install |
taxonomy_list.install |
|
List the category, specify in the URL |
taxonomy_list.module |
taxonomy_list.module |
|
List all terms in a vocabulary. |
taxonomy_list_nancy.tpl.php |
taxonomy_list_nancy.tpl.php |
|
As sample add-on theme for the terms page.
Theming recommendations are to use PHP within HTML, although
pure PHP works (but slower). |