I have a few questions that i really need an answer to.
I create a new template, and within this template i specify two variables:
example:
Now how do i display a custom string for each of those variables. When displaying the template on the postbit. By echoing the whole template in one go, which brings me to the next question.
How can i grab that template and display it by using a variable in the postbit like:
{$postbitvariable}
To echo out the content of the template and also show the information of the previous mentioned variables.
I create a new template, and within this template i specify two variables:
example:
<table>
<tr>
{$variable1}
{$variable2}
</tr>
</table>
Now how do i display a custom string for each of those variables. When displaying the template on the postbit. By echoing the whole template in one go, which brings me to the next question.
How can i grab that template and display it by using a variable in the postbit like:
{$postbitvariable}
To echo out the content of the template and also show the information of the previous mentioned variables.