Thema
:
PHP und TPL
Einzelnen Beitrag anzeigen
milos
Registriert seit: 14. Jul 2008
Ort: Bern (CH)
509 Beiträge
Delphi 11 Alexandria
#
6
Re: PHP und TPL
14. Feb 2009, 21:12
markieren
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
Zitat
milos
Öffentliches Profil ansehen
Mehr Beiträge von milos finden