Thanks killaja for finding this bit in the first place and to aarock for guiding me to the file name which has changed for WP2.2
Would something like this work?
<?php global $userdata;
get_currentuserinfo();
if ( ! $userdata->user_login ) { ?>
<img src=”pic2″>
<else>
<img src=”pic1″>
<?php }?>
I’m not sure. I need coders to look at it and give advice.