|
From: Benjamin C. <bc...@us...> - 2001-07-10 03:15:23
|
Update of /cvsroot/phpbt/phpbt/templates
In directory usw-pr-cvs1:/tmp/cvs-serv10698/templates
Modified Files:
wrap.html
Log Message:
Get rid of the logout link entirely if not logged in
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/wrap.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wrap.html 2001/06/30 16:45:36 1.3
+++ wrap.html 2001/07/10 03:15:20 1.4
@@ -17,8 +17,10 @@
<a href="bug.php?op=add">Enter Bug</a> |
<a href="query.php?op=query">Query Bugs</a> |
<a href="report.php">Reporting</a> |
- <a href="user.php">Personal Page</a> |
- <a href="logout.php">Logout {loggedinas}</a>
+ <a href="user.php">Personal Page</a>
+ <!-- BEGIN logoutblock -->
+ | <a href="logout.php">Logout {loggedinas}</a>
+ <!-- END logoutblock -->
]
</font>
</td>
|