line # 94 of the file named "directory" has an extra closing PHP tag in it.
Simply remove one of them.
Code:
?>
?>
this is fixed in the download as of roughly September 29th
The image tag can be edited in the theme directory header file,
so if you use the original theme, you would edit
/themes/original/header.php
Near the top you'll see lines like this ..
| Code: |
$html .= " target=\"_top\"><img src=\"./themes/" . $theme . "/title.gif\" align=\"left\" width=\"200\" height=\"49\" ";
$html .= "border=\"0\" ";
|
Upload your own logo graphic to the appropriate theme directory, then change title.gif to the name of your new image and change the height and width accordingly