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

  1. {include file="header.tpl" noleftindex=true}
  2. <a name="top"></a>
  3. <h1>Index of All Elements</h1>
  4. <b>Indexes by package:</b><br>
  5. {section name=p loop=$packageindex}
  6. <a href="elementindex_{$packageindex[p].title}.html">{$packageindex[p].title}</a><br>
  7. {/section}<br>
  8. {include file="basicindex.tpl" indexname="elementindex"}
  9. {include file="footer.tpl"}
  10.