VIELMA16 Posted March 2, 2020 Report Share Posted March 2, 2020 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! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted March 2, 2020 Report Share Posted March 2, 2020 (edited) <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) Edited March 2, 2020 by flyalaska Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.