Skip to content
Snippets Groups Projects
Commit 4597c3fa authored by Seth Meranda's avatar Seth Meranda
Browse files

update url for user icon from the deprecated to the modern approach.

parent d7970981
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@
$row3 = mysql_fetch_array( $result3 );
if (!filtrado($row3['name'] . '' . $row2['description'])){
echo '<img style="clear:left;float:left" alt="Profile Icon" src="mod/profile/icondirect.php?username=' . $row3["username"] . '&amp;size=small" />';
echo '<img style="clear:left;float:left" alt="Profile Icon" src="pg/icon/' . $row3["username"] . '/small/" />';
echo '<div class="index_item" style="overflow:hidden;float:left;max-width:400px;';
//if (isloggedin()) {echo('400px;');}else{echo('162px;');}
echo 'border:1px solid #dbdbdb; margin-left:14px; min-height:45px; -moz-border-radius:3px;">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment