silverstripe-docsviewer/templates/Layout/DocumentationViewer_folder.ss
Will Rossiter 2c00a3b20f New theme.
Clean up of existing theme, implementation of a new easier to integrate layout.
2014-09-06 11:13:12 +12:00

15 lines
274 B
Scheme
Executable File

<div id="module-home" class="box">
<% if VersionWarning %>
<% include DocumentationVersion_warning %>
<% end_if %>
<% if Content %>
$Content
<% if EditLink %>
<% include DocumentationEditLink %>
<% end_if %>
<% else %>
<h2>$Title</h2>
<% end_if %>
</div>