Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
commented out suicide button
Browse files Browse the repository at this point in the history
  • Loading branch information
taso committed Jan 4, 2011
1 parent 43e20cd commit effc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/parts/header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ _tap.register({
<img src="<?=USER_PIC_REL.'small_'.$me['id'].'.jpg'?>" alt="It's you">
<a href="/user/<?=$me['uname']?>" class="name" title="It's you"><?=$me['fname']?></a>
<ul class="dropdown">
<li class=""><a href="/?killyourself">Suicide button</a></li>
<!--<li class=""><a href="/?killyourself">Suicide button</a></li>-->
<li class="settings"><a href="#">Settings</a></li>
<li class="suggestions"><a href="#">Suggestions</a></li>
<li class="logout"><a href="/?logout">Log Out</a></li>
Expand Down

0 comments on commit effc50c

Please sign in to comment.