Active
Project:
Danland
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2011 at 15:39 UTC
Updated:
4 Feb 2011 at 22:06 UTC
I am developing a site for a local woodturning association. And like most local chapters of any national association they have a different logo than the national.
I would like to insert a second logo to the far right same size as the local chapter and have it show on every page. I am using version 7.x-1.0 of danland. What code would I add?
Comments
Comment #1
danpros commentedHi,
The fastest way you can do is just adding the
<img/>directly in your page.tpl.php (this for main), and for the real logo is for sub site etc.Dan
Comment #2
amiata commentedHi,
I am also trying to do the same thing. Would you be kind enough to elaborate Dan, I'm not sure from your reply exactly how to intervene in the header section of the page.tpl.php file to add the second logo or if I should also create a class a some css to move the second logo over to the right ?
many thanks,
Alex
Comment #3
danpros commentedHi Alex,
You should creating your own subtheme so when you updating the theme to latest release, your changes will still remain.
You can add it manually like this, I put that in near search box-region in page.tpl.php:
In style.css or local.css if you are using it, write like this
Dan
Comment #4
dthomas731 commentedDan you are my hero!
I had successfully put the logo in the search region with a custom block. But had to give up that region to do so.
Also for others you can add a link associated with the image just like the site logo by using the following