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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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'), '');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment