In V9 we would like to be able to have our company logo showing when you log into PE.
Date
Votes
1 comment
-
Ryan Posener Hi, this is actually quite easy to do in Version 9. I would recommend getting a copy of our SDK Kit. The "PE Custom View Engine.docx" explains how to do this in detail using the Custom View Engine. Here is the gist of what needs to happen:
- Copy the file from /Views/Account/Login.cshtml to /Client/Views/Account/Login.cshtml
- Add the Logo image (eg. Firmlogo.png) to /Client/Images folder
- Add <img src="~/Client/images/Firmlogo.png" alt="Logo" /> in the HTML of the /Client/Views/Account/Login.cshtml file.
If there are more questions, let's open a support ticket and we can provide the SDK document or provide assistance with editing the files.
Thanks,
Ryan
Please sign in to leave a comment.