Tylor Eddy Posted February 3, 2012 Report 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
mattia Posted February 3, 2012 Report 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
Tylor Eddy Posted February 3, 2012 Author Report Posted February 3, 2012 Thanks Mattia, Worked like a charm, i see my mistake now Regards Tylor Quote
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.