> That works for me too. Just as long as I don't have define the same
> thing in two different places. :) 

Sorry, I don't know what you mean.

I usually have an hashref called $global with all the necessary data 
(scripturl, url and directory for images and so on).
I would like to call $template->global($global). I don't like the first 
syntax with
@global_vars = qw(scripturl, htmldir, htmlurl, bildurl, bilddir);
$template->param(%$global, %$other_non_global_hashref);

But maybe I'm missing something...

Bye, Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to