How to add php script into .tpl file
2009-07-08
tpl file are smarty template files. Sometimes I need to add php script, or php code into tpl file. That means I have to add php code into the smarty templates. If you add php code directly, there is error code. The right way is to add script like followingContinue Reading