Tuesday 26 April 2005 10:17:11 am
Hi there, I'm trying to create an if/then statement that looks to see if a file outside of Ez exists and then to execute code dependent on this condition. Something along the lines of:
IF '{$node.name}.jpg' DOES NOT EXIST
<a href="/certificates/default.jpg">view certificate...</a>
ELSE
<a href="/certificates/{$node.name}.jpg">view certificate...</a>
...but I dont know how I ask Ez to see if a file exists? Could anyone give me a pointer here? Thanks, Steve.
http://www.oneworldmarket.co.uk
|