Jump to content

Can this be done better?


unemployment

Recommended Posts

This code is working for me but it just looks sloppy.

 

Can this be written nicer?

 

echo '
<a href="/u/'.$user_info['username'].'">
<img src="', getUserAvatar($user_info['username']), "\" class=\"avatar navigation small f_left clear\" title=\"${user_info['display_name']}\" alt=\"${user_info['display_name']}\" />
<span>${user_info['display_name']}</span>
<span class=\"tri\">&#x25bc;</span>
</a>"; 

Link to comment
https://forums.phpfreaks.com/topic/248186-can-this-be-done-better/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.