code.fastix.org

Dateiansicht:

Datei:Projekte -> PHP,Bash:Template-Übersetzer -> webseite.php
md5:da32c289bb36d185d8ea1757485f9f18
sha1:656738d14c5baee0ab2c68be53c5899887f8b8b8
Download-Link:Download
  1. <?php
  2. ## Daten:
  3. $tpl['FARBE']  = 'grüne';
  4. $tpl['PLANET'] = 'Mars';
  5.  
  6. ##
  7. require( 'template.php' );