Put the comments in layout template as to not include it on search or 404

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@119992 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2011-07-01 02:28:19 +00:00
parent 7abc39f423
commit 3c62affa6a
2 changed files with 14 additions and 4 deletions

View File

@ -65,10 +65,6 @@
<div id="content" class="typography">
$Layout
</div>
<% if Content %>
<% include Comments %>
<% end_if %>
</div>
</div>

View File

@ -0,0 +1,14 @@
<div id="documentation-page">
<div id="left-column">
$Content
<% include Comments %>
</div>
<% if Content %>
<div id="right-column">
<% include DocTableOfContents %>
<% include DocInThisModule %>
</div>
<% end_if %>
</div>