Just wondering on the schedule briefing page is it possible to call the aircraft type. e.g. B744 etc.. If so does any body have it?
thanks,
Just wondering on the schedule briefing page is it possible to call the aircraft type. e.g. B744 etc.. If so does any body have it?
thanks,
Just wondering on the schedule briefing page is it possible to call the aircraft type. e.g. B744 etc.. If so does any body have it?
thanks,
Try this:
<strong>Equipment: </strong><?php echo $route->aircraft; ?> (<?php echo $route->type;?>)
oops, sorry that is for the schedule_results.tpl
I’ll get the right one in a sec.
The current one is:
<td width="50%" ><?php echo "{$schedule->aircraft}"; ?></td>
I can’t seem to get the correct code to get just the Type.
The current one is:
<?php echo "{$schedule->aircraft}"; ?>I can’t seem to get the correct code to get just the Type.
yeah, I have tried all sorts with no luck
I tried that one also, and it comes out blank.
I think by default that is supposed to happen without calling anything special. Mine did. I then added the aircraft registration to it so now instead of just B747-400 it shows as B747-400 N689ME. And that is the exact aircraft that is scheduled for that flight of the briefing page being viewed.
Unless I read your post wrong and I am way the hell off topic. Which I believe I was.
Try
$schedule->icao
no luck either