Closed (fixed)
Project:
Sections
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 13:28 UTC
Updated:
9 Mar 2011 at 13:51 UTC
Hi,
I am using different themes for my different sections. I just want each logo to link to section's home instead of website's homepage.
I mean, under example.com/section1, the logo has to be linked to example.com/section1 and bot to example.com
Is it possible?
Thanks...
Comments
Comment #1
Sinan Erdem commentedI just solved my problem.
I added this function in my theme's template.php file:
If you are gonna use this code, dont forget to change the "themename" part to your actual theme name. Also note that for aliased paths, you may have to use the trick explained on this page: http://drupal.org/node/838508