LMimo
11-04-2007, 01:24 PM
I wanted to add a new template and make it available as follows
eval('$mytemplate1 = "' . fetch_template('mytemplate1') . '";');
I have been told I can add this code (above) via a plug-in. I am not really sure how to do this. Is it as simple as creating a file with that one line of code and importing it?
eval('$mytemplate1 = "' . fetch_template('mytemplate1') . '";');
I have been told I can add this code (above) via a plug-in. I am not really sure how to do this. Is it as simple as creating a file with that one line of code and importing it?