- Patch #546694 by pwolanin: renamed 'back to site' to 'back to front page'

merge-requests/26/head
Dries Buytaert 2009-08-14 07:57:30 +00:00
parent ee781b689c
commit 173f0249a5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function seven_preprocess_page(&$vars) {
$vars['primary_local_tasks'] = menu_primary_local_tasks();
$vars['secondary_local_tasks'] = menu_secondary_local_tasks();
$vars['ie_styles'] = '<!--[if lt IE 7]><style type="text/css" media="screen">@import ' . path_to_theme() . '/ie6.css";</style><![endif]-->';
$vars['back_to_site'] = l(t('Back to the live site'), '');
$vars['back_to_site'] = l(t('Back to the front page'), '');
}
/**