CGI::Ex::Recipes::Template::Menu - Implements all sorts of menus for the application


CGI-Ex-Recipes documentation  | view source Contained in the CGI-Ex-Recipes distribution.

Index


NAME

Top

CGI::Ex::Recipes::Template::Menu - Implements all sorts of menus for the application

VERSION

Top

Version 0.02

SYNOPSIS

Top

    [%# in some template altought it may be loaded first in the pre_process.tthtml %]
    [% menu = USE Menu %]

    [% menu.recipes_map(0)      %]
    ...




METHODS

Top

recipes_map

Called in default.tthtml. Lists all categorie under $id and items within them.

list_item

Lists an item in the current category $id

AUTHOR

Top

Красимир Беров, <k.berov at gmail.com>

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


CGI-Ex-Recipes documentation  | view source Contained in the CGI-Ex-Recipes distribution.