venkatesh Posted August 25, 2011 Share Posted August 25, 2011 Hi i observed this line {l s='something' mod='something' } in my code files. what it stands for? and where to use this? Thanks. Link to comment Share on other sites More sharing options...
olea Posted August 25, 2011 Share Posted August 25, 2011 This kind of instruction is used in the *.tpl file in the template. This is a smarty instruction used for translation l is le trnaslation instruction s='something' is the string to trnaslate mod='something' is the module name (its directory name) in which the tpl file is located In back office, when you go in Trnaslation, module trnaslation, you are then able to translate all this sentences Link to comment Share on other sites More sharing options...
venkatesh Posted August 26, 2011 Author Share Posted August 26, 2011 Thanks olea i understood now. Link to comment Share on other sites More sharing options...
Recommended Posts