mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Use $resourceURL
instead of $ThemeDir
This commit is contained in:
parent
cec5126dbc
commit
295e85fa5d
@ -26,7 +26,7 @@ Change it, enhance it and most importantly enjoy it!
|
|||||||
<% require themedCSS('typography') %>
|
<% require themedCSS('typography') %>
|
||||||
<% require themedCSS('form') %>
|
<% require themedCSS('form') %>
|
||||||
<% require themedCSS('layout') %>
|
<% require themedCSS('layout') %>
|
||||||
<link rel="shortcut icon" href="$ThemeDir/images/favicon.ico" />
|
<link rel="shortcut icon" href="$resourceURL('themes/simple/images/favicon.ico')" />
|
||||||
</head>
|
</head>
|
||||||
<body class="$ClassName.ShortName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
|
<body class="$ClassName.ShortName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
|
||||||
<% include Header %>
|
<% include Header %>
|
||||||
|
Loading…
Reference in New Issue
Block a user