Jump to content

Wartungsseite Logo entfernen


Petruschka

Recommended Posts

Prestashop 1.6.1.18

Hallo,

ich möchte auf der Wartungsseite das Logo, welches eingeblendet wird rausbekommen !

Im Wartungsmodus soll dort nur noch die Wartungsgrafik ohne das Shop-Logo erscheinen.

Was muss ich wo ändern ?

Danke für hilfreiche Vorschläge !

Grüsse ...

 

Link to comment
Share on other sites

Die Seite wird in deinem Template ..../maintenance.tpl generiert.

<body>
        <div class="container">
            <div id="maintenance">
                <div class="logo"><img src="{$logo_url}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}"{/if} alt="logo" /></div>
                    {$HOOK_MAINTENANCE}
                    <div id="message">
                             <h1 class="maintenance-heading">{l s='We\'ll be back soon.'}</h1>
                            {l s='We are currently updating our shop and will be back really soon.'}
                            <br />
                            {l s='Thanks for your patience.'}
                    </div>
                </div>
            </div>
        </div>
</body>

Das was ich da rausgestrichen habe, sollte genügen, also einfach mal entfernen und testen

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...