Šablona emailu z DB – Latte 3
- motorcb
- Člen | 552
Ahoj,
jak do html ´šablon z DB načíst proměnné a překlady v Latte 3?
$latte = new Latte\Engine;
$content = '<h1>{translate}hello{/translate}</h1>';
$this->template->text = $latte->renderToString($content);
Toto hlásí chybu: Missing template file ‘<h1>{translate}hello{/translate}</h1>’.
Díky