Cleaning up some stuff, added some rewrites
This commit is contained in:
parent
fa408978fd
commit
44f0139e13
4 changed files with 20 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
{
|
||||
$links = array(
|
||||
'/leaderboards' => 'My Leaderboards',
|
||||
'/api' => 'API Documentation',
|
||||
'/contact' => 'Contact Us',
|
||||
'/logout' => 'Logout',
|
||||
);
|
||||
|
|
|
@ -19,7 +19,7 @@ if ($this->module['leaderboards'])
|
|||
?>
|
||||
<tr class="lead">
|
||||
<td><?php echo $uid; ?></td>
|
||||
<td><?php echo $this->module['names'][$uid]; ?></td>
|
||||
<td><a href="/leaderboard/<?php echo $uid; ?>"><?php echo $this->module['names'][$uid]; ?></a></td>
|
||||
<td><?php echo Time::ago($updated_at); ?></td>
|
||||
<td class="text-right">
|
||||
<a class="btn btn-danger" href="/leaderboard/delete/<?php echo $uid; ?>">Delete</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue