In function rootcandy_preprocess_page(), Please define '$go_home' as

    $vars['go_home'] = '<a href="'.url().'">'.t('Go Back to Homepage').'</a>';

because, base_path() will not include the language domain and prefix when applicable.

see also,
http://api.drupal.org/api/function/template_preprocess_page/6

Comments

sign’s picture

Version: 6.x-1.0-rc3 » 6.x-1.x-dev
Status: Active » Fixed

commited,
thank you!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.