diff --git a/plugins/customindex/views/default/customindex/content.php b/plugins/customindex/views/default/customindex/content.php index 4d0c0126093e49afda1cd5865f9c33a828548b9a..3b5e008e76f95b195ba861fb164ca70ceb1ea0eb 100644 --- a/plugins/customindex/views/default/customindex/content.php +++ b/plugins/customindex/views/default/customindex/content.php @@ -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"] . '&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;">';