mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Merge pull request #50 from open-sausages/pulls/remove-class
API Use ShortName of class instead of FQN for body class property
This commit is contained in:
commit
ef3573434c
@ -28,7 +28,7 @@ Change it, enhance it and most importantly enjoy it!
|
||||
<% require themedCSS('layout') %>
|
||||
<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 %>>
|
||||
<body class="$ClassName.ShortName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
|
||||
<% include Header %>
|
||||
<div class="main" role="main">
|
||||
<div class="inner typography line">
|
||||
|
Loading…
Reference in New Issue
Block a user