News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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