Updated logo
authorAlexander Ebert <ebert@woltlab.com>
Thu, 8 Aug 2013 11:03:33 +0000 (13:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 8 Aug 2013 11:03:33 +0000 (13:03 +0200)
wcfsetup/install/files/acp/templates/header.tpl
wcfsetup/setup/template/header.tpl

index 3140c0ed71073d8bffa8fb4a95022270c627b886..821f781b72218842a37cf94fd6f2fe5bcc8ba20e 100644 (file)
                                        {if PACKAGE_ID > 1}
                                                {event name='headerLogo'}
                                        {else}
-                                               <img src="{@$__wcf->getPath()}acp/images/wcfLogo.png" alt="" width="558" height="80" />
+                                               <img src="{@$__wcf->getPath()}acp/images/wcfLogo.png" alt="" style="height: 80px; width: 502px;" />
                                        {/if}
                                </a>
                        </div>
index 3fc16a10b93834b768a48fdc678f01a95df7772a..e9801894847a8575880e815308ba9c0b084f23bb 100644 (file)
@@ -30,7 +30,7 @@
                        <div id="logo" class="logo">
                                <a>
                                        <h1>{lang}wcf.global.pageTitle{/lang}</h1>
-                                       <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}acp/images/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&amp;showImage={/if}wcfLogo.png" width="558" height="80" alt="" />
+                                       <img src="{if $lastStep|isset}{@RELATIVE_WCF_DIR}acp/images/{else}install.php?tmpFilePrefix={@TMP_FILE_PREFIX}&amp;showImage={/if}wcfLogo.png" alt="" style="height: 80px; width: 502px;" />
                                </a>
                        </div>