Matthew Hawley
Well-known member
Matthew Hawley submitted a new resource:
Remove everything else on login page - Removes header, breadcrumb & footer on login page.
Read more about this resource...
Remove everything else on login page - Removes header, breadcrumb & footer on login page.
Overview
This guide will show you how to remove the header, breadcrumbs & footer on login pages.
1. Go to the template "login_page" and replace everything with this:
Code:<xen:title>{xen:phrase log_in}</xen:title> <style type="text/css"> #header { display: none; } .footer { display: none; } .breadcrumb { display: none; } </style> <xen:include template="helper_login_form" />
You can further customize to suit your needs.
There ya go! ...
Read more about this resource...