View Single Post
  #2  
Old 08-19-2008, 11:19 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Smarty code to check file exstention

Assuming you are doing this in product.tpl, try:

{if $product.tmbn_url|substr:-3 eq "swf"}
include ...
{else}
include ...
{/if}

If you are doing this in product_thumbnail.tpl use $tmbn_url instead of $product.tmbn_url
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote