mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
FIX Remove $ThemeDir use from Page template
This commit is contained in:
parent
509dfe9ddc
commit
9c2b75be7c
@ -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 %>
|
||||
|
Loading…
Reference in New Issue
Block a user