How do I add a link to login for mobile IE users?

cmeinck

Well-known member
Mobile IE does not support the nifty drop-down login box, so I need to provide my readers with a link to /login. What's the best template to edit to add a link next to the other login/register links?

Screen shot 2010-11-17 at 6.56.55 PM.webp
 
I would add a button/link to the sidebar_visitor_panel above the Sign Up Now! button.

sign_up_button.webp

This is the code for the above in that template:

HTML:
<div class="section loginButton">
    <div class="secondaryContent">
        <label for="LoginControl" id="SignupButton"><span>{xen:phrase sign_up_now}</span></label>
    </div>
</div>
 
Top Bottom