![]() |
Assigning Values to a Variable within the Template .tpl file
Ho do I assign a value to a variable in the template file.
ie. I have completed an initial $smarty->assign("Test","123"); in the smarty.php If I want to change the value within a template .tpl, how do I do it. Example: {$Test = "167"} does not work Help Please. 8O |
{assign var="Test" value="167"} will work.
|
All times are GMT -8. The time now is 03:07 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.