aahhh, but you see i don't wanna read all that information on it... I want someone to give me the code.
What I am after is exactly the same effect as the 3 default images at the bottom of the Gallery.
Please help my lazyness
nivekiam
Joined: 2002-12-10
Posts: 16503
Posted: Fri, 2005-08-26 15:15
Quote:
Add your website header/footer/sidebar.
The place to start for customization to affect all pages is themes/matrix/templates/theme.tpl. Instructions at the top explain how to create a "local template" file that is used in place of the default file (same concept as "html_wrap" if you are familiar with G1).
onedego
Joined: 2005-08-26
Posts: 4
Posted: Fri, 2005-08-26 15:18
It doesn't make sense to me though... I've had a look at the thingy codes for it...
essentially would it be:
{html_image file="imagelocation" href="link"}
???
nivekiam
Joined: 2002-12-10
Posts: 16503
Posted: Fri, 2005-08-26 15:36
If you open up the theme.tpl you'll see the "header image" just uses straight HTML
Posts: 16503
It's all right here, http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=28428
Posts: 4
aahhh, but you see i don't wanna read all that information on it... I want someone to give me the code.
What I am after is exactly the same effect as the 3 default images at the bottom of the Gallery.
Please help my lazyness
Posts: 16503
Posts: 4
It doesn't make sense to me though... I've had a look at the thingy codes for it...
essentially would it be:
{html_image file="imagelocation" href="link"}
???
Posts: 16503
If you open up the theme.tpl you'll see the "header image" just uses straight HTML
<div id="gsHeader"> <img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/> </div>The footers use CSS, but you can replace them with HTML if you like
<div id="gsFooter"> {g->logoButton type="validation"} {g->logoButton type="gallery2"} {g->logoButton type="gallery2-version"} </div>Posts: 4
Done..
Thanks for the info.