Posts: 31
Threads: 15
Joined: Jan 2015
Reputation:
0
Joe,
Is there a way I can Modify the login page, i.e Background image, I would like to add motivational quote, and move login box around the page?
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
You have to code that. The files would be:
module/Users/Login.php which has access to information
and the template
Smarty/templates/Login.tpl
which uses:
Smarty/templates/LoginHeader.tpl
Smarty/templates/LoginFooter.tpl
Joe
TSolucio
Posts: 31
Threads: 15
Joined: Jan 2015
Reputation:
0
Joe,
I have found the bg.png file inside the images folder. After looking in the
Smarty/templates/Login.tpl ,
Smarty/templates/LoginHeader.tpl
Smarty/templates/LoginFooter.tpl
module/Users/Login.ph
I cant find where the bg.png file is being called from. I want to resize the image it will accept to a full page if possible
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
include/styles.css
#loginWrapper {
Joe
TSolucio