diff options
author | wei <> | 2007-01-14 10:26:45 +0000 |
---|---|---|
committer | wei <> | 2007-01-14 10:26:45 +0000 |
commit | dbb7e16b78e997b9c655ea918f2a610fb37025ae (patch) | |
tree | e8b8a6ae77a3f4997d079a12d87261de7ddeb0ec /demos/quickstart/protected/controls/Layout.tpl | |
parent | 45b0fe42a979d444d547a5248eb2e9e915aaf16a (diff) |
remove comment control from main template
Diffstat (limited to 'demos/quickstart/protected/controls/Layout.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 5426a221..ddba0252 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -44,7 +44,6 @@ <div id="content">
<p class="block-content" id="top-content" style="border-color: transparent; height:1px; margin: 0; padding: 0; background-color: transparent"></p>
<com:TContentPlaceHolder ID="body" />
-<com:Application.controls.Comments.CommentBlock Visible="false" />
</div>
</td>
</tr>
|