Go to the first, previous, next, last section, table of contents.
Display an internal node of the theme catalog. The handling of this template is strictly identical to cedit.html, See section cedit.html.
Here is an example template:
<title>_CATEGORY_</title> <h3>_CATEGORY_</h3> <p> _PATH_ <p> <!-- start categories --> <h3>Sub categories</h3> <ul> <!-- start entry --> <li> <a href='_URL_'>_NAME_</a> (_COUNT_) <!-- end entry --> </ul> <!-- end categories --> <p> <!-- start entry --> <p> <table border=1><tr>_DEFAULTROW_<tr></table> <!-- end entry --> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager -->
Go to the first, previous, next, last section, table of contents.