Hi,
I like to pass a perl variable as a param value into a TPL.
Here's my code:
[html]
sub display_lang_code{
($lang) =
@_;
$iw_param{language} = "{iw_value name='$lang'/}";
}
[/html]
However, the metadata.tpl is not being included. If I simply pass "eng" for the language parameter, everything works fine. My question is how to pass a perl variable into the iw_include PT.
Thx,
Anna.