
07-24-2007, 02:37 AM
|
|
|
Join Date: May 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by webgod
The error is that you are inserting a duplicate record into the table, that requires it be a unique (primary key)
all you need to do to put the link back into the nav bar is follow this in the instructions:
PHP Code:
###### In your navbar template find:
<td class="vbmenu_control"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td>
###### Below it add:
<td class="vbmenu_control"><a href="timeslips.php?$session[sessionurl]">$vbphrase[timeslips]</a></td>
|
Thanks!!!!  :up:
|