Florian Schaal
2015-06-21 18bf6c12b96e58b3ec8da6127fb68d6cb6f90465
FS#3551 - Change title of web pages
2 files modified
8 ■■■■ changed files
interface/web/index.php 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/templates/main.tpl.htm 4 ●●●● patch | view | raw | blame | history
interface/web/index.php
old mode 100644 new mode 100755
@@ -101,6 +101,10 @@
$app->tpl->setVar('base64_logo_height', $logo_dimensions[1].'px');
$app->tpl->setVar('base64_logo_txt', $base64_logo_txt);
// Title
$server_config = $app->getconf->get_server_config(1, 'server');
$app->tpl->setVar('server_name', $server_config['hostname']);
$app->tpl_defaults();
$app->tpl->pparse();
?>
interface/web/themes/default/templates/main.tpl.htm
@@ -3,7 +3,7 @@
<head>
  <meta charset='utf-8' />
  <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title>
  <title><tmpl_var name="server_name"> :: <tmpl_var name="app_title"> [<tmpl_var name="app_version">]</title>
  <meta name='viewport' content='width=device-width, user-scalable=yes'>
  <meta name='description' lang='en' content='' />
@@ -122,4 +122,4 @@
  </script>
</body>
</html>
</html>