Hi Rowby,
To keep the top logo unchanged, all you have to do is edit the following lines in the “ja_spica/index.php” file:
<!-- BEGIN: HEADER -->
<div id="ja-header">
<h1>
<a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $color; ?>.gif" alt="<?php echo $mosConfig_fromname?>" /></a>
</h1>
to this:
<!-- BEGIN: HEADER -->
<div id="ja-header">
<h1>
<a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo.gif" alt="<?php echo $mosConfig_fromname?>" /></a>
</h1>
Remeber to put your logo image in “ja_spica/images” folder and the name of the logo is “logo.gif“. 😉