|
From: <se...@us...> - 2002-09-03 15:01:05
|
Update of /cvsroot/memship/memship/includes
In directory usw-pr-cvs1:/tmp/cvs-serv13638/includes
Modified Files:
head.php
Log Message:
Oppdatere header og fjerne overflødig fil.
Index: head.php
===================================================================
RCS file: /cvsroot/memship/memship/includes/head.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** head.php 18 Aug 2002 13:33:07 -0000 1.2
--- head.php 3 Sep 2002 15:01:02 -0000 1.3
***************
*** 19,24 ****
<td width="20%" valign="top" class="menu">
<table width="100%"><tr>
! <td> [ <a href="liste.php">Søk</a> ] </td>
! <td> [ <a href="registrere.php">Nytt medlem</a> ] </td>
<td> [ <a href="betalt.php">Betaling</a> ] </td>
<td> [ <a href="grupper.php">Grupper</a> ] </td>
--- 19,24 ----
<td width="20%" valign="top" class="menu">
<table width="100%"><tr>
! <td> [ <a href="index.php">Søk</a> ] </td>
! <td> [ <a href="newmember.php">Nytt medlem</a> ] </td>
<td> [ <a href="betalt.php">Betaling</a> ] </td>
<td> [ <a href="grupper.php">Grupper</a> ] </td>
|