We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8759528 commit 5a0080bCopy full SHA for 5a0080b
web/templates/header.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
6
- <title>Hestia Control Panel - <?=__($TAB)?></title>
+ <title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - Hestia Control Panel</title>
7
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
8
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
9
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
0 commit comments