diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index df7bec446..281b8d2f0 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -717,9 +717,9 @@ function taxonomy_page() { taxonomy_feed($taxonomy); break; default: - theme("header"); + print theme("header"); taxonomy_render_nodes(taxonomy_select_nodes($taxonomy)); - theme("footer"); + print theme("footer"); break; } } |