Serendipity Logo

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
dolbex
Regular
Posts: 22
Joined: Fri Aug 18, 2006 9:17 pm

Serendipity Logo

Post 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
costa
Regular
Posts: 110
Joined: Wed Feb 08, 2006 5:29 pm
Location: Poland
Contact:

Post 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.
"everything is under control" - kasparov demo
Post Reply