Changeset 1301
- Timestamp:
- 03/12/10 23:24:32 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/content/plugins/users/libs/UserFunctions.php
r1229 r1301 114 114 $body .= $h->lang['userfunctions_notifymods_body_user_role'] . $user->role . $next_line; 115 115 $body .= $h->lang['userfunctions_notifymods_body_user_email'] . $user->email . $next_line; 116 $body .= $h->lang['userfunctions_notifymods_body_user_account'] . $h->url(array('page'=>'account', 'user'=>$user->name)). $next_line;116 $body .= $h->lang['userfunctions_notifymods_body_user_account'] . BASEURL . "index.php?page=account&user=" . $user->name . $next_line; 117 117 $body .= $h->lang['userfunctions_notifymods_body_user_management'] . BASEURL . "admin_index.php?search_value=" . $user->name . "&plugin=user_manager&page=plugin_settings&type=search"; 118 118
Note: See TracChangeset
for help on using the changeset viewer.