Closed (won't fix)
Project:
Taxonomy navigation
Version:
4.3.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Jan 2004 at 11:51 UTC
Updated:
30 May 2004 at 23:04 UTC
Hi, for those of us who are non programmers, it would be helpful to add a couple of examples of how to call the taxnav_display_tabs() function in themes. I believe it currently just says something like "you have to call taxnav_display_tabs(); from your theme.
For example, in the Xtemplate theme, it took me awhile to figure out the correct position and syntax for this:
//Under the line:
print $this->template->text("header");
//Insert:
taxnav_display_tabs();
print taxnav_display_tabs();
//this should follow:
}
Comments
Comment #1
jeremy commentedPlease use the navigation.module which has replaced taxnav. Taxnav is now unmaintained (unless someone else would like to assume ownership...)