Added favicon

This commit is contained in:
Wruczek 2019-01-05 13:19:50 +01:00
parent a9ff982c45
commit c7371b0fc0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="TS-website {\__TSWEBSITE_VERSION} by Wruczek / https://github.com/Wruczek/ts-website">
<meta name="csrf-token" content="{$csrfToken}">
<link rel="shortcut icon" href="img/icons/defaulticon-16.png">
<!-- TODO make it use the language variable "WEBSITE_TITLE" after the ACP update -->
<title>{$title} | {$config["website_title"]}</title>