Pregunta

Estoy intentando mostrar una imagen de un archivo phtml.Lo siguiente no funciona.

<?php <img src="<?php echo $adress ;?>" /> ?>

Usted me podría ayudar ?

¿Fue útil?

Solución

Suelta las etiquetas php alrededor del img etiqueta.

Utilice simplemente esto:

<img src="<?php echo $adress ;?>" />
Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top