This section walks you through the customisation of PHP checkin-Checkout.
To remove the synTACTIC logo
From the base installation folder, open the file located inside application/views/login-screen.php.
Locate the line
This is at around line number 95. This line is responsible for displaying the synTACTIC logo above the login-form.
You can choose to change the image source to point to an image of your choice or remove the image entirely depending on your preference.
Alternatively, you can choose to create a new image and place it inside images folder and name it login-header.png to replace the synTACTIC logo.
To customise the footer
The login screen's footer located within this same file application/views/login-screen.php (Unlike other pages). Perhaps we shall consider placing them together in future releases.
You should be able to customize its contents from within the div element with an id of "footer" towards the lower ends of the file.
The header section is located inside application/views/common/header.php
To be continued ............