Quote:
Originally Posted by DarkJedi
run a script to convert your .JPG to .jpg
|
Definitely the best solution.
Smarty is a gigantic POS!
You could run some php to check if the file exists in an if else statement - however probably not going to do to well with big traffic numbers.
EDIT :
ie
Code:
{
$file = "{$name_name2}/path/{$xxx1.xxx2}/to/01.jpg";
if(!$file_exists($file)) { $file = '{$name_name2}/path/{$xxx1.xxx2}/to/01.JPG'; }
}