i can't change logo of my site whit theme A3_atlantis,

can anybody tell me what to change into the code or give me a patch file,

please help!

_______________________
http://www.activeradio.nl

Comments

vlip’s picture

Title: Banner / LOGO » can't change Banner / LOGO

i tried external banner as uploading one,
both don't work,

only text will work,.

6.13

vlip’s picture

Fixed
insite page.tpl.php
put:

<td id="logo">
      <?php if ($logo) { ?><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">
<img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>

above rule:

<?php if ($site_name) { ?><h1><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>">

and change style.css to fit your logo!

vlip’s picture

Priority: Normal » Minor
Status: Closed (won't fix) » Fixed

fixed

jenyum’s picture

OK, that works for the main pages (by the way for anyone wracking their brain over this you have to style the id #title)

However, anything with the class "wide-page" (for example, admin pages) does not show the logo. Can't figure out where to put it since the code is not the same.

Would be a good idea to fully test this and include logo support as a new release.

jenyum’s picture

Status: Fixed » Needs work
jenyum’s picture

Also, when viewed with a mobile device the logo appears at the bottom beneath the content.