FS#3551 - Change title of web pages
old mode 100644
new mode 100755
| | |
| | | $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(); |
| | | ?> |
| | |
| | | <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='' /> |
| | |
| | | </script> |
| | | </body> |
| | | |
| | | </html> |
| | | </html> |