1 covax Jan 10, 2006 00:08
3 covax Jan 10, 2006 16:58
ok, but what part do I edit?
4 blueyed Jan 10, 2006 21:04
Find the code that displays the blog name and replace it with (the html to display) your image.
In current CVS it's
<h1 id="pageTitle"><?php $Blog->disp( 'name', 'htmlbody' ) ?></h1>
that displays the blog's name. Replace this with your
<img src=".." alt=".." />
.
5 covax Jan 12, 2006 02:00
Thank you so much!
See /skins/custom/_main.php.