home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / tocentry.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  417 b   |  12 lines

  1. <UL>
  2. {section name=entry loop=$entry}
  3.     <LI> <OBJECT type="text/sitemap">
  4.         <param name="Name" value="{$entry[entry].paramname}">
  5. {if $entry[entry].isclass}        <param name="ImageNumber" value="1">
  6. {/if}{if $entry[entry].outputfile}        <param name="Local" value="{$entry[entry].outputfile}">
  7. {/if}        </OBJECT>
  8.     {if $entry[entry].tocsubentries}{$entry[entry].tocsubentries}{/if}
  9. {/section}
  10.     {$tocsubentries}
  11. </UL>
  12.