root/swish_website/lib/menu/trail

Revision 1587, 432 bytes (checked in by whmoseley, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 [% # $Id$ -%]
2 <table border="0" cellpadding="0" cellspacing="2">
3   <tr valign="middle">
4 [% FOREACH item IN trail %]
5     <td class="info"></td>
6     <td>[% PROCESS menu/text
7               link = {
8                   text     = item.name
9                   url      = site.topdir _ item.url
10                   class    = 'menu'
11               };
12         %]</td>
13         [% IF ! loop.last ; "<td> &#xbb; </td>"; END -%]
14 [% END %]
15   </tr>
16 </table>
Note: See TracBrowser for help on using the browser.