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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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