From ab6c47cd3d464e6e6226b5f9d401bf0e94fba4b4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 28 Apr 2008 09:25:27 +0000 Subject: - Patch #251758 by Stefan, dvessel, quicksketch et al: clean up Garland's page.tpl.php. --- includes/password.inc | 2 +- includes/theme.maintenance.inc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/password.inc b/includes/password.inc index 143410c73..6c145cf9e 100644 --- a/includes/password.inc +++ b/includes/password.inc @@ -45,7 +45,7 @@ function _password_itoa64() { * @return * Encoded string */ -function _password_base64_encode($input, $count) { +function _password_base64_encode($input, $count) { $output = ''; $i = 0; $itoa64 = _password_itoa64(); diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 965eed450..83590a24b 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -241,6 +241,7 @@ function template_preprocess_maintenance_page(&$variables) { } $variables['head_title'] = implode(' | ', $head_title); $variables['base_path'] = base_path(); + $variables['front_page'] = url(); $variables['breadcrumb'] = ''; $variables['feed_icons'] = ''; $variables['footer_message'] = filter_xss_admin(variable_get('site_footer', FALSE)); -- cgit v1.2.3