- 1
[Opened] [RESOLU] jTpl Standalone - impossible d'afficher une variable
Posted by fadawah on 11/15/2009 19:29
Bonjour !!
J'essaye d'utiliser jTpl Standalone mais je n'arrive pas à m'en servir. Voici l'erreur qu'il m'affiche.
Fatal error: Dans le template C:\wamp\www\framework\lib\jtpl\templates/index.tpl La fonction texte est inconnue in C:\wamp\www\framework\lib\jtpl\jTplCompiler.class.php on line 483
mon fichier :
// Inclusion de jTpl
...
// Utilisation
$tpl = new jTpl();
$tpl->assign('nom', 'Fadawah');
$tpl->display('index.tpl');
mon template :
<html>
<head></head>
<body> {$nom} </body>
</html>
Merci d'avance !
EDIT: C'est bon, c'etait juste une erreur de ma part ^^
- 1