put this in place of the hard coded image in the header.php3 file of each theme
<img src="<?PHP echo ("$logo_url") ?>"
and then put this line in the config.php3
$logo_url = "/images/sitelogo.gif"; # your logo image file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
put this in place of the hard coded image in the header.php3 file of each theme
<img src="<?PHP echo ("$logo_url") ?>"
and then put this line in the config.php3
$logo_url = "/images/sitelogo.gif"; # your logo image file
This has been added for my First Release scheduled this week. Thanks
Keep em coming guys! I wanna get as much as possible into the first release.