Quote:
Originally Posted by Gray Matter
Thanks, but I really don't know how to do any of that just yet. :ermm:
|
In the admincp, go to add new plugin.
For hook name, find: global_start.
For title, call it: I eat babies with syrup (or whatever)
In the plugin PHP section put:
PHP Code:
eval('$mytemplatevariable = "' . fetch_template('the_name_of_my_template') . '";');
(Change
the_name_of_my_template to whatever the template name is.)
Then set YES for 'my plugin is active'.
Then put $mytemplatevariable in any template where you want it to show up.