Topic: [HELP] Image in Admin Area Header

Hi Team,
I am trying to add a static image to the Header of the Admin Area.

Ideally, I want to show the same image (static) across all pages of the Admin Area. Refer to the attached file: the image should appear where the red box is.

Any suggestions?

Re: [HELP] Image in Admin Area Header

picture of what size?

3 (edited by 2014-11-20 09:05:43)

Re: [HELP] Image in Admin Area Header

http://i.gyazo.com/3ddffc20a300ae63cd010e0c81f11b33.png

file site.ru/cutenews/skins/default.skin.php

find

   

<div class="header-text">{header-text}</div>

replaced by

   

<div class="header-text"><img align="left" src="images.png">{header-text}</div>

images.png placed in a folder site.ru/cutenews/

ps. this is a common header admin, so the image will be everywhere

Re: [HELP] Image in Admin Area Header

That's perfect, Tisat. Thank you!

I have noticed that the header does not resize based on the image size. For this reason, I am using an image that is 50px height.

Once again, thank you!