[PHPPlanner-cvs] phpplanner/templates/default index.html,1.2,1.3
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:35:57
|
Update of /cvsroot/phpplanner/phpplanner/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2895/templates/default Modified Files: index.html Log Message: Make logout link work Index: index.html =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/templates/default/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 24 Apr 2004 22:24:55 -0000 1.2 +++ index.html 24 Apr 2004 22:35:43 -0000 1.3 @@ -43,7 +43,7 @@ </form> <font size="1"> {else} - {$lang.logged_in_as} <strong>{$logged_in_as}</strong> [<a href="edit_profile.php">{$lang.edit_profile}</a>] [<a href="">{$lang.log_out}</a>]<br /> + {$lang.logged_in_as} <strong>{$logged_in_as}</strong> [<a href="edit_profile.php">{$lang.edit_profile}</a>] [<a href="index.php?logout">{$lang.log_out}</a>]<br /> {/if} {$lang.server_time} : {$SERVERTIME}<br> {$lang.total_users} : {$TOTAL_USERS} - {$lang.total_events} : {$TOTAL_EVENTS} </font></td> |