code to show airline logo

Hi everyone!

 

Is there any code with which I can display the airline logo automatically depending on the flight number?

 

Somewhere I don’t remember, I found this one but it doesn’t work:

 

<td align=“center”><img src=“https://(website)/lib/skins/ocean_blue/images/airlines/<%=flight.flightcode%>.png”></td>

 

Thank you!

<img src=“<?php echo SITE_URL; ?>/images/airline/<%=flight.code%>.png”>

 

Its set up to put the image in website.com/images/airline/

Title the image your airline ICAO(AAL for example)