Hi guys,

I need your help to solve a doubt, I use the theme Marinelli and need to change the link of logo theme to another page (not the homepage of the website) and I couldn't do this in any way. Could someone help me please?

I use Drupal 7.x.

Thank you!

Comments

Pratheep’s picture

In the template.php file, at line 78, change <front> to whatever link you like. (<front> is a Drupal shortcut for the frontpage url)

matheusramos’s picture

Thank you!