I did a bilingual site (english and french) and when I click on the logo, the system show always the front page with the default langage (see www.barbetclub.ca).

Comments

albertog’s picture

Hello,

Same here - pity that I found a nice theme that I cannot use...

Ahy update on this?

regards,

Alberto

pokadan’s picture

instead of

<?php
print $base_path
?>

the link should be

<?php
print check_url($front_page)
?>

on page.tpl.php (ang page-front.tpl.php)

otherwise all multilingual pages will have the default language page as the frontpage (homepage)

solution stolen from http://drupal.org/node/722398#comment-4641770

pokadan’s picture

Assigned: Unassigned » pokadan
Status: Active » Patch (to be ported)