Smarty Language Modifiers
Jamroom Developers
SoftDesigns:
@paul - Thanks, now there is no Smarty error. However Smarty modifier seems to have no effect, still outputs "AUDIO" in the widget title. How to change output = "Audio" ( Camel Case ) ?
--
Skin = Ninja : Using Site builder About widget
--
See Image: https://www.screencast.com/t/8FJlkzyW
--
Please Advise...
@paul - Thanks, now there is no Smarty error. However Smarty modifier seems to have no effect, still outputs "AUDIO" in the widget title. How to change output = "Audio" ( Camel Case ) ?
--
Skin = Ninja : Using Site builder About widget
--
See Image: https://www.screencast.com/t/8FJlkzyW
--
Please Advise...
I believe you can use HTML and CSS in the title field too, so try something like this:
<span style="text-transform:capitalize;">{jrCore_lang skin="jrNinja" id="8" default="About"}</span>
Hope this helps!