Quote:
Originally Posted by Dave
So you don't want to register a template variable and render it in the template itself?
|
The problem is I want this to display on every page that global.php is included too or as close as possible to that.
--------------- Added [DATE]1411907926[/DATE] at [TIME]1411907926[/TIME] ---------------
Quote:
Originally Posted by Dave
So you don't want to register a template variable and render it in the template itself?
|
actually i could do this and add it to every template. how would i create a vbvariable to hold my variable?
something along the lines of:
$somevar = '/somestring_' . substr(md5(rand()), 0, 2) . substr(rand(), 0, 4);
and yes this is neccessary.