Hi guys,
I am sitting here trying to understand some PHP code that was written in a website I have to maintain, but I can't figure out what the author has done and there is no documentation for it. I hope some of you can help me on this one:
Rather than using a normal include() function, the author has used lines like this:
{:include_template_CBS standardA.tpl}
And also in some of the files he seems to be using the "{}" to insert other code elements:
<td width="140" height="22" valign="middle" background="{url_image_rmitBG_bl}" rowspan="2">
Would be great if somebody could put me onto the right track with this one!
Thanks