Page 1 of 1

[RESOLVED] Place portal header column on 'login.php' screen

PostPosted: Mon Oct 30, 2006 7:01 am
Author: hornakapopolis
I'd like the header column from the portal page to show up on the login.php screen. I have forum-wide headers set to show and in does show on all of the other pages, but not login.php

Thanks

Re: Place portal 'header' column on 'login.php' screen

PostPosted: Mon Oct 30, 2006 5:38 pm
Author: Teelk
Try this

Open login.php
FIND AND DELETE
Code: Select all
define("IN_LOGIN", true);  

PostPosted: Mon Oct 30, 2006 6:23 pm
Author: hornakapopolis
That did it. Very simple.

Thanks!