but in this forum there is someone who answers and helps people?
hours that are around on this forum.
(in vb 3.x NOT 4 !!!) show variable from plugin to template !!!!
--------------- Added 20 Mar 2012 at 15:36 ---------------
Code:
global $test; $test = '<h1>hello</h1>';
this is my plugin in global_start, ok?
I want simply to see the contents of the variable $test in
header template
understand?
if I put $test
in header template, $test is empty
how the heck do you?