mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Merge pull request #67 from manuth/master
Use the `$ThemeDir` variable instead of a static path
This commit is contained in:
commit
dd28f3f3c2
@ -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="$resourceURL('themes/simple/images/favicon.ico')" />
|
||||
</head>
|
||||
<body class="$ClassName.ShortName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
|
||||
<% include Header %>
|
||||
|
Loading…
Reference in New Issue
Block a user