diff --git a/chart/files/index.html b/chart/files/index.html
index 0e986eeffad3e2be05776efeacf9469dacd71b32..d9e87565fae91125c533815326443e6d161cc5fe 100644
--- a/chart/files/index.html
+++ b/chart/files/index.html
@@ -3,15 +3,15 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <meta charset="UTF-8">
-<title>PRISM View Server</title>
+<title>{{ .Values.config.client.header | default "PRISM View Server" }}</title>
 <link rel="icon" href="//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-192x192.png" sizes="192x192" />
 <link rel="apple-touch-icon-precomposed" href="//eox.at/wp-content/uploads/2015/06/cropped-eox_eye-180x180.png" />
 </head>
 <body>
 <header id="header" style="width: 100%; height:70px;">
     <h3 style="width:100%;text-align:center;
-    color: #006699;">PRISM View Server (PVS) Client powered by
-    <a href="//eox.at"><img src="//eox.at/wp-content/uploads/2017/09/EOX_Logo.svg" alt="EOX" style="height:25px;margin-left:10px"/></a>
+    color: #006699;">
+    {{ .Values.config.client.header | default "PRISM View Server (PVS) Client powered by <a href=\"//eox.at\"><img src=\"//eox.at/wp-content/uploads/2017/09/EOX_Logo.svg\" alt=\"EOX\" style=\"height:25px;margin-left:10px\"/></a>" }}
     </h3>
 </header>
 <div id="app" style="width: 100%; top: 60px; bottom: 0; position: absolute; margin: 0; padding:0;"></div>