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

  1. {include file="header.tpl"}
  2. <a name="top"></a>
  3. <h1>Element index for package {$package}</h1>
  4. {if count($packageindex) > 1}
  5. <b>Indexes by package:</b><br>
  6. {/if}
  7. {section name=p loop=$packageindex}
  8. {if $packageindex[p].title != $package}
  9. <a href="elementindex_{$packageindex[p].title}.html">{$packageindex[p].title}</a><br>
  10. {/if}
  11. {/section}<br>
  12. <a href="elementindex.html"><b>Index of all elements</b></a><br>
  13. {include file="basicindex.tpl" indexname=elementindex_$package}
  14. {include file="footer.tpl"}
  15.