// define list of needed file
$neededFilesPattern = [
'!^setup/.*!',
- '!^install/files/acp/images/wcfLogo.*!',
+ '!^install/files/acp/images/woltlabSuite.*!',
'!^install/files/acp/style/setup/.*!',
'!^install/files/lib/data/.*!',
'!^install/files/icon/.*!',
<div id="pageHeaderLogo" class="pageHeaderLogo">
<a href="{link}{/link}">
- <img src="{@$__wcf->getPath()}acp/images/wcfLogo.png" alt="" class="pageHeaderLogoLarge">
- <img src="{@$__wcf->getPath()}acp/images/wcfLogo-small.png" alt="" class="pageHeaderLogoSmall">
+ <img src="{@$__wcf->getPath()}acp/images/woltlabSuite.png" alt="" class="pageHeaderLogoLarge">
+ <img src="{@$__wcf->getPath()}acp/images/woltlabSuite-small.png" alt="" class="pageHeaderLogoSmall">
</a>
</div>
\ No newline at end of file
<div id="spWindow">
<div id="spHeader" data-region="wcfHeader">
<div class="spBoundary">
- <div id="spLogo"><img src="{@$__wcf->getPath()}acp/images/wcfLogo.png"></div>
+ <div id="spLogo"><img src="{@$__wcf->getPath()}acp/images/woltlabSuite.png"></div>
<div id="spSearch"><input type="search" id="spSearchBox" placeholder="{lang}wcf.global.search.enterSearchTerm{/lang}" autocomplete="off" data-region="wcfHeaderSearchBox"></div>
<div id="spMenu">
<ol class="inlineList" data-region="wcfHeaderMenu">
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('messageSidebarOrientation', 'left');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('overrideScss', '');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogo', '');
-INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogoWidth', '288');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogoWidth', '281');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogoHeight', '40');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogoMobile', '');
INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useFluidLayout', '1');
<div>
<div class="layoutBoundary">
<div id="pageHeaderLogo" class="pageHeaderLogo">
- <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}acp/images/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&showImage={/if}wcfLogo.png" alt="" style="height: 40px; width: 288px;">
+ <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}acp/images/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&showImage={/if}woltlabSuite.png" alt="" style="height: 40px; width: 288px;">
</div>
</div>
</div>