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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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