Recent Topics

1 Jun 23, 2009 11:56    

My b2evolution Version: 2.x

I'm trying to replace the main header photo on the FloridaBlogTheme skin. I've looked all through the css style sheet, php and html files and can't find it. It's img_fp.jpg. Can someone help me find this is co I can replace it?

2 Jun 23, 2009 12:26

I notice that in the download package for that skin the image "img_fp.jpg" is located in the images folder.

The file that calls it is posts.main.php

 <div id="fp">
<div id="photofp">
<img src="images/img_fp.jpg" alt="Free Blog Themes and Templates" /></div>
<div id="welcomefp">
<?php include ('front.php');?>
</div>
<img src="images/spacer.gif" alt="Free Blog Themes and Templates" width="890" height="5" />
</div>

3 Jun 23, 2009 14:33

Thanks so much John...I just couldn't see it


Form is loading...