Adding your own logo on the login page
From FileRun Documentation
Applies to FileRun version (141109A)
To place your own logo on the login page please follow these steps:
- Make sure you have installed all the possible updates from the control panel, section "Software update". After installing one update, you should check again to see if there are multiple updates available.
- Open the file "/path-to-filerun/css/fileman/style.css" in a text editor and delete the line number 83 (which reads "display:none;", property of "div#loginLogo").
- Replace the image "/path-to-filerun/images/fileman/interface/logo_and_tagline.png" with your own image. Or change the URL of the image file from the file "/path-to-filerun/js/login.js" at line 106.
The small icon on the left upper corner of FileRun's interface can also be changed by replacing the file "/path-to-filerun/images/fileman/interface/icons/fr.gif" with your own image file, or by customizing the ".headerIcons-appWindow" class inside the file "/path-to-filerun/css/fileman/style.css".
