PDA

View Full Version : showthread custom variables.


TriggerHappy123
12-02-2009, 08:45 PM
I'm trying to set a custom variable in the showthread.php file for use in the postbit_legacy template.

I can't seem to figure it out. Is showthread.php even the right file? For example I want to place this inside showthreads.php.

$customVar = "HAHAH";

and display it via postbit_legacy;

<if condition="$customVar == "HAHAH">"

Any help?