challii
02-20-2006, 08:18 PM
I'm just starting out at plugins, so forgive the stupidity of this question.
global $id2;
$id2 = 4;
Thats my plugin code, hooked to global_start. I try putting $id2 into a template and it echoes nothing. The plugin is active. And plugins are enabled.
global $id2;
$id2 = 4;
Thats my plugin code, hooked to global_start. I try putting $id2 into a template and it echoes nothing. The plugin is active. And plugins are enabled.