Help for this page

Select Code to Download


  1. or download this
    # The CGI::Application::Plugin::TT configuration
    __PACKAGE__->tt_config(
    ...
    </div>
    
    # html.tmpl is just a simple <html></html> wrapper, nothing relevant t
    +o my issue
    
  2. or download this
    __PACKAGE__->tt_config(
        TEMPLATE_OPTIONS => {
    ...
        <li><a href="[% link %]">[% text %]</a></li>
    [% END %]
    </ul>
    
  3. or download this
    __PACKAGE__->tt_config(
        TEMPLATE_OPTIONS => {
    ...
        <li><a href="[% link %]">[% text %]</a></li>
    [% END %]
    </ul>