Merge pull request #48 from robbieaverill/feature/ss4-compat

FIX Remove $ThemeDir use from Page template
This commit is contained in:
Damian Mooyman 2017-02-02 12:56:41 +13:00 committed by GitHub
commit 44a6eabbd5
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 %>