summaryrefslogtreecommitdiff
path: root/themes/seven/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/seven/template.php')
-rw-r--r--themes/seven/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php
index 13f939b93..60a7e8202 100644
--- a/themes/seven/template.php
+++ b/themes/seven/template.php
@@ -8,7 +8,6 @@ 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 front page'), '');
}
/**