Jump to content

How to change the default logo on maintenance page


Recommended Posts

I figured out how to revise the text on the maintenance page, but the default logo is still there. I already have my current logo displaying correctly throughout my website, but just not on the page that says I am down for maintenance. Can anyone help? Thanks so much!

  • Like 1
Link to comment
Share on other sites

you must edit template (.tpl) files of your theme

 

so open the your theme directory and edit maintenance.tpl file

 

to change image you must look foor:

 

<p><img src="{$logo_url}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}"{/if} alt="logo" /><br /><br /></p>

 

and change src="" parameter to point to the image that you want to display

  • Thanks 1
Link to comment
Share on other sites

×
×
  • Create New...