Closed (fixed)
Project:
RootCandy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2008 at 08:06 UTC
Updated:
16 Dec 2008 at 08:45 UTC
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
Comment #1
sign commentedcommited,
thank you!