Yes, that's what I mean. A blank page. And no, I am not using the templater at all (didn't you understand my ignorance?!?!?! LoRL).
So let me understand that. Every variable that appears in a template, has to be passed via the templater? And am I correct in assuming that the first reference to the variable name (the one within the single quote) is the name with which the variable will be known in the template, while the second one (the one with the $ in front) is the variable name in php?
One more question, if a template is evaluated many times, let's say that it is evaluated several times, creating several <tr> rows in a table, can the templater be included in a while loop? Something doesn't work correctly, when I do that.
I knew there was something in that piece of code that was needed! LoRL
|