I have some problem with sending variables.
In the module news ,in my action.default.php I assign this variable.
Code: Select all
$this->smarty->assign('max', $max);
I know we can show this variable in the template with
Code: Select all
{$max}
Thx a lot for any idea !
W.