Premetto che non sono un programmatore per� potete dirmi come in questo codice:

<img src="<?= !empty($product['image'])? (PJ_INSTALL_URL . $product['image']): (PJ_INSTALL_URL . PJ_IMG_PATH . 'frontend/nofoto.jpg'); ?>" alt="<?= @$product['image_alt_text'] ?>" />

a mettere che se il campo della variabile $product['image'] � vuoto stampa style="border-style: none".

Grazie in anticipo.