echamberlain
02-24-2007, 11:53 PM
I'm working on a mod and I need to create my own template tag, something like:
<mytag param1="stuff" param2="variablestuff"/>
Are there any tutorials explaining the best way to parse the templates and process this tag with my plugins?
<mytag param1="stuff" param2="variablestuff"/>
Are there any tutorials explaining the best way to parse the templates and process this tag with my plugins?