Log in

View Full Version : Variables, Templates & Plugins


Johannes de Le?n
06-19-2005, 09:05 AM
I seem to be unable to use variables coming from the plugins in templates. I want to output in the footer template variables from a particular plugin (hook: global_complete). Though, it isn't working, could anyone shed some light on this matter?

merk
06-20-2005, 04:50 AM
You could try using $GLOBALS[variable] (in the template).

Johannes de Le?n
06-20-2005, 02:19 PM
You could try using $GLOBALS[variable] (in the template).
I've tried, but it doesn't work.

Zachery
06-20-2005, 02:32 PM
I seem to be unable to use variables coming from the plugins in templates. I want to output in the footer template variables from a particular plugin (hook: global_complete). Though, it isn't working, could anyone shed some light on this matter?
Use global_start instead.