View Single Post
Old 10-29-2011, 12:27 PM   #1
Junior Member
 
Join Date: Oct 2011
Posts: 25
paketschubser is on a distinguished road
Default problem with branding

Hello,

I've changed the branding of the webinterface (images and colors). As long as I'm logged in as a user everything looks fine, the colors and images were displayed according my settings. Also when I log out the login screen is still customized but as soon as I press the reload button in the browser (after logout) the branding disappears and everything got it's original settings. The second place where branding does not work is the login screen when called directly by https://<servername>/manager/.

After some testing (first I thought it might be a cache issue of my browser) I've found the following reason for this behavior:

When I log out the source code of the website contains the following code for the stylesheet:
Code:
<link href="/manimg/sirius/local/main.css?1313091193" rel="stylesheet" type="text/css">
After pressing the reload button this changes to:
Code:
<link href="/manimg/sirius/main.css?1313091193" rel="stylesheet" type="text/css">
The problem occurs in ISPmanager-Pro 4.3.57.9, I've got another installation with ISPmanager-Lite 4.3.57.9 where everything works fine. Any ideas how to fix this?

Last edited by paketschubser; 10-31-2011 at 02:13 PM.
paketschubser is offline   Reply With Quote