3 require('includes/header.php');
4 update_activity('stuff');
10 <li
><strong
><a href
="/dashboard">Dashboard
</a
></strong
> —
<span
class="unimportant">Your personal settings
, including username
and password
.</span
></li
>
11 <li
><a href
="/edit_ignore_list">Edit ignore
list</a
> —
<span
class="unimportant">Self
-censorship
.</span
></li
>
12 <li
><a href
="/trash_can">Trash can
</a
> —
<span
class="unimportant">Your deleted posts
.</span
></li
>
16 <li
><strong
><a href
="/restore_ID">Restore ID
</a
></strong
> —
<span
class="unimportant">Log in
.</span
></li
>
17 <li
><a href
="/back_up_ID">Back up ID
</a
></li
>
18 <li
><a href
="/recover_ID_by_email">Recover ID by e
-mail
</a
></li
>
19 <li
><a href
="/drop_ID">Drop ID
</a
> —
<span
class="unimportant">Log out
.</span
></li
>
23 <li
><a href
="/statistics">Statistics
</a
></li
>
24 <li
><a href
="/failed_postings">Failed postings
</a
></li
>
25 <li
><a href
="/date_and_time">Date
and time
</a
></li
>
30 if($administrator ||
$moderator)
32 echo '<h4 class="section">Moderation</h4> <ul class="stuff">';
36 echo '<li><a href="/CMS">Content management</a> — <span class="unimportant">Edit the FAQ and other pages.</span></li>';
38 if($administrator ||
$moderator && ALLOW_MODS_EXTERMINATE
)
40 echo '<li><a href="/exterminate">Exterminate trolls by phrase</a> — <span class="unimportant">A last measure.</span></li>';
42 if($administrator ||
$moderator)
47 require('includes/footer.php');