silverstripe-docsviewer/templates/Layout/DocumentationViewer_DocumentationPage.ss
Will Rossiter 0b91b91e33 Kill DocumentationService in favour of config API.
This continues on the migration to the Manifest. Instead of using calls to a `Service` now all file related lookups are done through the `DocumentationManifest`
2014-09-07 17:09:28 +12:00

22 lines
419 B
Scheme
Executable File

<div id="documentation-page" class="box">
<% if VersionWarning %>
<% include DocumentationVersion_warning %>
<% end_if %>
<% if Breadcrumbs %>
<% include DocumentationBreadcrumbs %>
<% end_if %>
<% include DocumentationTableContents %>
$Content
<% include DocumentationNextPrevious %>
<% if EditLink %>
<% include DocumentationEditLink %>
<% end_if %>
<% include DocumentationComments %>
</div>