Help for this page

Select Code to Download


  1. or download this
    [% MACRO gen_link BLOCK %]
    <a href="/[% m %]/[% p | uri | html %][% IF no_cookies %]/[% sid %][% 
    +END %]">[% t %]</a>
    [% END %]
    
  2. or download this
    # m = CGI::Application "module"
    # p = the "page" in question
    # t = the linked "text"
    
    [% gen_link(m="shop", p="band/$item.bandname", t="$item.bandname") %]