Tylor Eddy Posted February 3, 2012 Report Share Posted February 3, 2012 G'day Guys, Just wanted to know how to echo a pilot's country, displaying the name of the country in my profile_main.tpl file I've been fiddling with various bits of code but it just wont display Regards Tylor Quote Link to comment Share on other sites More sharing options...
mattia Posted February 3, 2012 Report Share Posted February 3, 2012 hi Tylor try this <img src="<?php echo Countries::getCountryImage($userinfo->location);?>" /> - <font color=yellow><?php echo Countries::getCountryName($userinfo->location);?> 1 Quote Link to comment Share on other sites More sharing options...
Tylor Eddy Posted February 3, 2012 Author Report Share Posted February 3, 2012 Thanks Mattia, Worked like a charm, i see my mistake now Regards Tylor 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.