raintpl3
raintpl3 copied to clipboard
It is possible to change the value of a variable after executing the draw method?
In my constructor I have the following code:
$this->tpl->draw("page/header");
So my meta tags are all static. Is there any way to change these values after the draw method?