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