- Compatible XF 1.x versions
- 1.0
- 1.1
- 1.2
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:
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>...
You do not have permission to view the full content of this resource.
Log in or register now.