diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index e46f7f411..04271ae1c 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1701,6 +1701,7 @@ function template_preprocess_page(&$variables) { } $variables['head_title'] = implode(' | ', $head_title); $variables['base_path'] = base_path(); + $variables['front_page'] = url(); $variables['breadcrumb'] = theme('breadcrumb', drupal_get_breadcrumb()); $variables['feed_icons'] = drupal_get_feeds(); $variables['footer_message'] = filter_xss_admin(variable_get('site_footer', FALSE)); |