Page 1 of 1

Serendipity Logo

Posted: Sun Sep 17, 2006 5:50 pm
by dolbex
Howdy,

After working with Serendipity for a month or so I am working on my 2nd (and hopefully final) theme for my Serendipity Powered Blog. Do we have access to the serendipity logo to put in our theme. I want to place it in the footer alongside my web host instead of the traditional "Powered by Serendipity" text.

Thanks so much,

Dolbex

Posted: Sun Sep 17, 2006 6:15 pm
by costa
templates -> default -> img -> s9y_banner_small.png

you have the file with logo. put it in your theme's img folder and acces it with

Code: Select all

{serendipity_getFile file="img/s9y_banner_small.png"}
structure.

now put in where your want in your index.tpl file. this should work ok.