Thema: PHP und TPL

Einzelnen Beitrag anzeigen

Benutzerbild von milos
milos

Registriert seit: 14. Jul 2008
Ort: Bern (CH)
508 Beiträge
 
Delphi 11 Alexandria
 
#6

Re: PHP und TPL

  Alt 14. Feb 2009, 20:12
Code:
<?php
include ("./../lib/smarty/Smarty.class.php");
$smarty = new Smarty();
$smarty->template_dir = "../Templates";
$smarty->compile_dir = "../Templates_C";

if ($_GET['done']) { 
$toolbox = ($_GET['done']);
echo "index_" . $toolbox . ".tpl";
}
$smarty->tpl_assing(toolname, $toolname)
?>
Milos
  Mit Zitat antworten Zitat