| 32 | | $col1 .= "<a href=\"" . url . $pending_user->username . "/\">" . __gettext("Profile") . "</a> | "; |
|---|
| 33 | | $col1 .= "<a href=\"" . url . $pending_user->username . "/weblog/\">" . __gettext("Blog") . "</a></p>"; |
|---|
| 34 | | $col2 = "<p><a href=\"" .url. "_communities/requests.php?action=community:approve:request&request_id=$request_id&owner=$page_owner\">Approve</a> | <a href=\"" .url. "_communities/requests.php?action=community:decline:request&request_id=$request_id&owner=$page_owner\">Decline</a></p>"; |
|---|
| | 32 | $col1 .= '<a href="' . url . $pending_user->username . '/">' . __gettext("Profile") . "</a> | "; |
|---|
| | 33 | $col1 .= '<a href="' . url . $pending_user->username . '/weblog/">' . __gettext("Blog") . "</a></p>"; |
|---|
| | 34 | $col2 = '<p><a href="' .url. "_communities/requests.php?action=community:approve:request&request_id=$request_id&owner=$page_owner\">Approve</a> | <a href=\"" .url. "_communities/requests.php?action=community:decline:request&request_id=$request_id&owner=$page_owner\">Decline</a></p>"; |
|---|