link to user's profile from the event log
This commit is contained in:
		
							parent
							
								
									2a6978abd9
								
							
						
					
					
						commit
						a681aae873
					
				@ -16,7 +16,9 @@ class LogDatabaseTheme extends Themelet {
 | 
				
			|||||||
				$table .= "<td>".$event['address']."</td>";
 | 
									$table .= "<td>".$event['address']."</td>";
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			else {
 | 
								else {
 | 
				
			||||||
				$table .= "<td><span title='".$event['address']."'>".html_escape($event['username'])."</span></td>";
 | 
									$table .= "<td><span title='".$event['address']."'>".
 | 
				
			||||||
 | 
										"<a href='".make_link("user/".url_escape($event['username']))."'>".html_escape($event['username'])."</a>".
 | 
				
			||||||
 | 
										"</span></td>";
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			$table .= "<td>".html_escape($event['message'])."</td>";
 | 
								$table .= "<td>".html_escape($event['message'])."</td>";
 | 
				
			||||||
			$table .= "</tr>\n";
 | 
								$table .= "</tr>\n";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user