FIX Remove $ThemeDir use from Page template

This commit is contained in:
Robbie Averill 2017-02-01 09:43:02 +13:00
parent 509dfe9ddc
commit 9c2b75be7c
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="$ThemeDir/images/favicon.ico" />
<link rel="shortcut icon" href="themes/simple/images/favicon.ico" />
</head>
<body class="$ClassName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
<% include Header %>