Help adding webhost's banner code to theme

sireddie

Joined: 2006-09-16
Posts: 4
Posted: Thu, 2006-09-28 09:21

I'm setting up a gallery page with my free wbhost that requires banners on the page. To make Gallery work I had the webhost remove automatic banners, but I have to place these in the code myself. So I've been trying to add it to a theme (I'm using (splatbang), without sucess. I'm a newb on this, so if anyone could say exactly where in the theme's code to put the code from the webhost I'd be a happy guy.

Here is the link to my webhost's instuctions.

Cheers!


Gallery version = 2.1.2 core 1.1.0.2
PHP version = 4.4.2 cgi
Webserver = Apache/1.3.37 (Unix) mod_layout/3.2 mod_fastcgi/2.4.2 mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
Database = mysql 4.1.21-standard, lock.system=flock
Toolkits = ArchiveUpload, Exif, NetPBM, Gd, ImageMagick
Acceleration = none, none
Operating system = Linux duck.unixbsd.info 2.6.9-22.ELsmp #1 SMP Sat Oct 8 19:11:43 CDT 2005 i686
Default theme = matrix
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6

Login or register to post comments
valiant

Joined: 2003-01-04
Posts: 32356
Posted: Thu, 2006-09-28 10:48

open themes/splatband/templates/theme.tpl and add it there after the <body> to add the banner at the top or before </body> to add it at the bottom.

use {literal} {/literal} around the code that you paste.

Login or register to post comments
sireddie

Joined: 2006-09-16
Posts: 4
Posted: Sat, 2006-09-30 16:42

Thanks, everything works fine now. :D

Login or register to post comments