how to insert register inside login.php? how to insert register inside login.php?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

how to insert register inside login.php?

Started by Castilla, April 17, 2006, 12:33:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Castilla

Hello... I´m trying to insert register link inside login.php!!!
I tryed to insert:

<td align="center" class="tablef"><a href="register.php" class="topmenu">{$lang_register_php['register_link']}</a></td>

before the

<td align="center" class="tablef"><a href="forgot_passwd.php" class="topmenu">{$lang_login_php['forgot_password_link']}</a></td>

But nothing happens... I guess that´s not the way to do...
Can somebody help me????
Thank´s a lot.....

site: www.ritus.dk/index.php

Adriana Castilla
Adriana Castilla

Castilla

Ok... I fixed....
I inserted:
<td
                              class="topmenu0" >
                                                <a href="register.php" title="REGISTER">REGISTER</a>
                                        </td>
now.. every thing is ok!!!! ;D
Adriana Castilla