View Single Post
  #2  
Old 09-15-2003, 03:11 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Not as far as I am aware.

You could get the php script to add the file name to an array and then use a section loop to loop through and list them in the template.

{section name=num loop=$images}
{$images[num].imagename}
{/section}

or something like that
__________________
ex x-cart guru
Reply With Quote