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

  1. {* Source Code template for the PDF Converter *}
  2. {foreach from=$source item=code id=$package}
  3. <text size="16" justification="centre"><C:rf:3Package {$package}>Package {$package}
  4. </text>
  5. {section name=code loop=$code}
  6. {$code[code]}
  7. {/section}
  8. {/foreach}