From 4597c3fac8b3dc88f5eebdcf75ea2a795ea12c87 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Wed, 29 Sep 2010 18:49:00 +0000 Subject: [PATCH] update url for user icon from the deprecated to the modern approach. --- plugins/customindex/views/default/customindex/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/customindex/views/default/customindex/content.php b/plugins/customindex/views/default/customindex/content.php index 4d0c0126..3b5e008e 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;">'; -- GitLab