| USAGE |
| [#STATIC_MENU?xxx#] where xxx is the root category ID |
| BEHAVIOUR |
| Returns an hyperlinked unordered list of categories under the given root (top level if not specified) |
| CONTEXT |
|
| SCREENSHOT |
![]() |
| NOTES |
| SEE ALSO: |
/* CHUNK: STATIC_MENU (1) */
.static_menu { list-style-type: none; padding: 0; }
.static_menu li { padding: 2px 0; }
.static_menu li a {}





