Jump to content

if file_exists


ziostanko

Recommended Posts

Ciao a tutti

ho un modulo che include dei video nelle schede prodotto.
I video hanno come nome file l'id del prodotto...

è possibile nel product.tpl fare un if che verifica se il file esiste?

ho provato così

{if count({$content_dir}upload/{$product->id|intval}.flv) > 0}



e anche così:

{if file_exists({$content_dir}upload/{$product->id|intval}.flv)}



non funzia

qualcuno sa se è possibile farlo??

grazie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...