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!
|
|
| Login or register to post comments |

Posts: 32246
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.
Posts: 4
Thanks, everything works fine now. :D