Skip to content
Snippets Groups Projects
Commit 173f0249 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent ee781b68
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ function seven_preprocess_page(&$vars) { ...@@ -8,7 +8,7 @@ function seven_preprocess_page(&$vars) {
$vars['primary_local_tasks'] = menu_primary_local_tasks(); $vars['primary_local_tasks'] = menu_primary_local_tasks();
$vars['secondary_local_tasks'] = menu_secondary_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['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'), '');
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment