ZomgStuff
11-24-2007, 03:12 AM
I'm a noob so sorry, but here is my question.
I want to call a php function from a template.
Basically in the php file lets say I have a function
function test($testvariable) {
echo $testvariable;
}
$testcall = test("lol");
Now how can I call $testcall from a template?
Thanks
I want to call a php function from a template.
Basically in the php file lets say I have a function
function test($testvariable) {
echo $testvariable;
}
$testcall = test("lol");
Now how can I call $testcall from a template?
Thanks