By compuguru on
I am using the Reflection theme, and modified it to look the way I like it. Now, the boxes where you input your username and password are links that link back to the main page. Where is the template file for the login box so I can fix it?
Comments
PHPTemplate
When I created my site off of a PHPTemplate driven theme (Leaf), I added some custom code to display login boxes in my page.tpl.php file inside of my theme directory. Otherwise, I think it is all contained in pre-configured block, is it not?
Mike of Sighing Sage
Could you possibly post a
Could you possibly post a snippet of the code? I'm new to this Template system.
Login Snippet for page.tpl.php
Here is what I have in my page.tpl.php file for the login and password boxes. Realize also that I am using login toboggan as a custom login module, but before I had this module I still had the boxes up and functioning properly. Just change the form action item to point to your login link (hover over the existing link to find it I believe). Hope this helps!
Mike of Sighing Sage