Box in frontpage

hello again,

i have a new challenge and i dont know how to do it for the frontpagemain.

I would like to have a info box about new pilots in the VA.

i like something like that:

it would read new pilots

i only be able to get the name… i would like to know how to put the flag and the hire date

thanksssss

I think it’s $pilot or whatever the variable is

// The country image
echo '<img src="'.Countries::getCountryImage($pilot->location).'" />';

// Join date

echo date('m-d-Y', $pilot->joindate);

Hopefully that helps!

thanks Nabeel !

i will try it !!!