Topic: I would like to add an image based on the users style
I am trying to add an image in my blog.php file such as:
<img src="img/'.$pun_user['style'].'/icon_small.gif" alt="" />
I tried adding:
global $pun_user;
but this does nothing. What would I need to add to get it to work?
Thanks
Bingiman