View Single Post
  #3  
Old 01-13-2004, 06:41 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default

I used this thread:

http://forum.x-cart.com/viewtopic.php?t=6321

So I added the Smarty random plugin which brings up a random number fine.

Code:
{random min=1 max=3}

so I tried

Code:
{include file="head{random min=1 max=3}.tpl"}

but it gives me an error. What am I doing wrong?
Reply With Quote