smarty |upper in cmsms? [solved]
Posted: Thu Feb 22, 2007 9:55 am
hi
i want to ask how can i upper case a variable
i use something like this
{capture assign="lang_lang"}{lang_id}_{lang_id|upper}{/capture}
and teh lang_id is something like this de, fr, it...
my final value must be lang_lang = de_DE...
the problem is this smarty directive |upper doesnt work for me, it returns always de_de not de_DE
any ideea?
thanks
i want to ask how can i upper case a variable
i use something like this
{capture assign="lang_lang"}{lang_id}_{lang_id|upper}{/capture}
and teh lang_id is something like this de, fr, it...
my final value must be lang_lang = de_DE...
the problem is this smarty directive |upper doesnt work for me, it returns always de_de not de_DE
any ideea?
thanks