| CGI-Ex-Recipes documentation | view source | Contained in the CGI-Ex-Recipes distribution. |
CGI::Ex::Recipes::Template::Menu - Implements all sorts of menus for the application
Version 0.02
[%# in some template altought it may be loaded first in the pre_process.tthtml %]
[% menu = USE Menu %]
[% menu.recipes_map(0) %]
...
Called in default.tthtml. Lists all categorie under $id and items within them.
Lists an item in the current category $id
Красимир Беров, <k.berov at gmail.com>
Copyright 2007 Красимир Беров, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CGI-Ex-Recipes documentation | view source | Contained in the CGI-Ex-Recipes distribution. |