[PGTheme] How to have my Logo in an album?

gmorales

Joined: 2006-04-23
Posts: 4
Posted: Sun, 2006-04-23 16:15

Hi,

I would like to put my logo in an album (called "corporate")- and then have a link to it on theme.tpl. Is it possible? I looked in the forum and did not find any answer for that...

It would be something like {g->block type="imageblock.ImageBlock" blocks="corporate|randomImage" showDate=0 showOwner=0 maxsize...}

This would allow to upload my logo in gallery and have it automatically displayed on the header of the page. That would be very neat.

Thanks

Gérald

 
scottnemiro

Joined: 2006-05-02
Posts: 57
Posted: Tue, 2006-05-02 04:28

yes... just did this...

go to your /gallery2/themes/***the theme you are using***/templates/theme.tpl

open that file and modify the line that reads:
<img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>

you can either change the name of the .gif file to what you want and change the height and width and save tp "/images" folder - or if you make your own custom logo the same size as the original then you can name it "galleryLogo_sm.gif" and put it in your "/images" folder and it will use your logo on all the pages..... hope this made sence... it worked for me.