diff --git a/inc/header.php b/inc/header.php index 722fda7..96dc511 100644 --- a/inc/header.php +++ b/inc/header.php @@ -24,6 +24,7 @@ function navbar($links) { } $li .= " class=\"$class\""; + $title = $this->page->t("title.$title"); if ($this->page->settings->header_show_totals && isset($this->count[$page])) { $title .= ' '; $title .= $this->count[$page]; @@ -111,11 +112,11 @@ if ($page->settings->header_show_totals) {