diff options
Diffstat (limited to 'template/table.html')
-rw-r--r-- | template/table.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/table.html b/template/table.html index 8dceb2a..e6e3d77 100644 --- a/template/table.html +++ b/template/table.html @@ -10,6 +10,10 @@ <meta name="Generator" content="jfrteamy-aus-butler"> <title>{{"PAGE_TITLE"|translate}}: {{"BUTLER"|translate}}</title> <link rel="stylesheet" type="text/css" href="css/kolorki.css"> + {% if favicon %} + <link rel="shortcut icon" href="images/{{favicon}}" type="image/x-icon"> + <link rel="icon" href="images/{{favicon}}" type="image/x-icon"> + {% endif %} <script type="text/javascript" src="sklady/myAjax.js"></script> </head> <body class="all"> |