Adding my logo to ISP config

Discussion in 'General' started by Heeter, Jan 19, 2009.

  1. Heeter

    Heeter Member

    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
    ________
    FERRARI 166 SPECIFICATIONS
     
    Last edited: Mar 7, 2011
  2. Hans

    Hans Moderator ISPConfig Developer

    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";
     
  3. Heeter

    Heeter Member

    Last edited: Mar 7, 2011

Share This Page