But where is {$lng.lbl_provider_s} it will output "provider(s)" but instead of using that variable (that i cant find where its located his declaration) i want to output "Artist(s)"...
somewhere in you code you have $smarty->assign('variable_name','variable_value').
You need to change that, or just replace {$...} with the string you need.
(Instead of $smarty you could have $tpl or some variable that is a smarty instance...)
Bookmarks