Use the `$ThemeDir` variable instead of a static path

This commit fixes issue #66.
This commit is contained in:
Manuel Thalmann 2019-04-15 16:58:16 +02:00
parent 319197a30e
commit cec5126dbc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Change it, enhance it and most importantly enjoy it!
<% require themedCSS('typography') %>
<% require themedCSS('form') %>
<% require themedCSS('layout') %>
<link rel="shortcut icon" href="themes/simple/images/favicon.ico" />
<link rel="shortcut icon" href="$ThemeDir/images/favicon.ico" />
</head>
<body class="$ClassName.ShortName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
<% include Header %>