Changeset 19
- Timestamp:
- 11/09/06 01:24:32 (2 years ago)
- Files:
-
- friendicon/mod/friendicon/user_info.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
friendicon/mod/friendicon/user_info.php
r15 r19 1 1 <?php 2 2 3 <<<<<<< .mine4 3 global $profile_id, $page_owner; 5 =======6 global $page_owner;7 >>>>>>> .r148 4 global $CFG, $USER; 9 5 … … 39 35 <td> 40 36 <a href="{$CFG->wwwroot}{$info->username}/"> 41 <<<<<<< .mine42 <img src="{$CFG->wwwroot}{$info->username}/icons/{$info->icon}/h/50/w/50"/ alt="{$username}">43 </a>44 <br/>45 =======46 37 <img src="{$CFG->wwwroot}_icon/user/{$info->icon}/h/50/w/50" alt="{$username}" /> 47 38 </a><br /> 48 >>>>>>> .r1449 39 <a href="{$CFG->wwwroot}{$info->username}/">{$username}</a> 50 40 </td> … … 56 46 57 47 $body .= "\t</tr>\n</table>\n"; 58 <<<<<<< .mine59 $body .= "</span>";60 61 48 if ($page_owner != $_SESSION['userid']) { 62 49 $body .= "<a href=\"".url."_friends/?owner=$profile_id\">[" . __gettext("View all Friends") . "]</a>"; … … 64 51 $body .= "<a href=\"".url.$_SESSION['username']."/friends/\">[" . __gettext("View all Friends") . "]</a>"; 65 52 } 66 =======67 $body .= "<a href=\"".url."_friends/?owner=$page_owner\">[" . __gettext("View all Friends") . "]</a>";68 >>>>>>> .r1469 53 70 54 $run_result .= templates_draw(array(
