<?php if (strpos($account_details->picture, 'http://graph') === 0) { ?> <img >picture; ?>" alt="" /> <?php }?> <?php if(strpos($account_details->picture, 'http://a') === 0) { ?> <img >picture; ?>?t=<?php echo md5(time()); ?>" alt="" /> <?php } ?> <?php if(strpos($account_details->picture, 'pic') === 0){ ?> <img >picture; ?>" width=50 height=50 alt="local" /> <?php } ?> <?php if(strpos($account_details->picture, 'NULL') === 0){ ?> <img src="resource/app/img/default-picture.gif" alt="" /> <?php } ?>