Changeset 1624 for trunk/swish_website/lib/pod_toc/index.html
- Timestamp:
- 02/03/05 15:17:33 (4 years ago)
- Files:
-
- trunk/swish_website/lib/pod_toc/index.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/lib/pod_toc/index.html
r1616 r1624 5 5 %] 6 6 7 [% USE toc = POD('toc') %]8 7 9 8 <!-- noindex --> … … 15 14 16 15 <ul class="toc"> 17 [% FOREACH item = toc %] 16 [% FOREACH pod = pod_files %] 17 18 [% SET item = toc_cache.$pod %] 19 [% NEXT UNLESS item %] 20 18 21 <li class="top-level"> 19 22 <a href="[% item.page %]">[% item.title %]</a>
