1
Here a tips to get a random number with smarty
How it works:
Change in the index page the 'n' with the max number of your random range
<{assign var='random' value=1|rand:n}>
It would assign a random number between 1 and n to the var 'random'
Bye.
-------
Samik -
SamikLand