11-01-2007, 09:20 AM
|
#12 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
Erm sled, that can still be in a templating file :)
PHP Code:
//Do all work for script //set neccesary variables include('template.tpl.php'); //<-- use variables in loops/echos only, no workings out to be done here
|
|
|
|