Custom logo

Discussion in 'General' started by pititis, Apr 3, 2012.

  1. pititis

    pititis Member

    Hello,

    After set custom config.inc.local.php, ispconfig switch to custom template without problems but it's impossible to load a custom logo. Ispconfig always use header_logo.png from the default theme.

    Here is my config.inc.local.php:

    Code:
    <?php
    $conf['theme'] = 'custom';
    $conf['html_content_encoding'] = 'utf-8';
    $conf['logo'] = 'themes/custom/images/custom-logo.png';
    ?>
    
    gid and uid are ispconfig:ispconfig

    Any help will be appreciated
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I've added this to our bugtracker, so we will check that.
     

Share This Page