Alec Rust 3 лет назад
Родитель
Сommit
ebec2cde24
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/templates/includes/title.html

+ 1 - 1
web/templates/includes/title.html

@@ -1,2 +1,2 @@
 <meta charset="utf-8">
-<title><?=htmlentities($_SERVER['HTTP_HOST']); ?> - <?=_($TAB)?> - <?=_('Hestia Control Panel');?></title>
+<title><?=_($TAB)?> - <?=htmlentities($_SERVER['HTTP_HOST']); ?> - <?=_('Hestia Control Panel');?></title>