PDA

View Full Version : Adding my logo to ISP config


Heeter
19th January 2009, 17:55
Hi all,

I would to put my logo on the header of ISP config. I don't want to cover the ISPconfig's logo, but just add mine to top center.

Which file do I mod, and which folder do I drop my .jpg into?


Thanks

Heeter

Hans
20th January 2009, 08:47
You can add your own logo within the directory /home/admispconfig/ispconfig/web/design/default.
Please also also have a look at these lines within the ISPConfig configuration file /home/admispconfig/ispconfig/lib/config.inc.php:


// Themes Section
$go_info["theme"]["sitename"] = "ISPConfig";
$go_info["theme"]["page"]["box_color"] = "E4E4E4"; // z.B. E4E4E4 , angaben ohne #
$go_info["theme"]["page"]["nav_color"] = "E0E0E0"; // z.B. 025CCA , angaben ohne #
// Die Logo-Datei muss im Verzeichnis /home/admispconfig/ispconfig/web/design/default liegen!
$go_info["theme"]["page"]["logo"] = ""; // z.B. meinlogo.gif
$go_info["theme"]["charset"] = "iso-8859-1";

Heeter
20th January 2009, 10:20
Great, Thanks for the Help.

Heeter