diff options
author | wei <> | 2006-06-01 00:10:37 +0000 |
---|---|---|
committer | wei <> | 2006-06-01 00:10:37 +0000 |
commit | b01ee414775cc78aa47edb74263be9502168e472 (patch) | |
tree | 6fc3cb60cf6a4c26c594a685155cd92b98ac69ac /demos/quickstart/protected/controls/Layout.tpl | |
parent | 5081873dda167cd224be2c4b42e57128f51c89da (diff) |
Add comments option to quickstart.
Diffstat (limited to 'demos/quickstart/protected/controls/Layout.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index 6fbd1380..d4a6a7e5 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -32,6 +32,7 @@ <div id="content">
<com:TContentPlaceHolder ID="body" />
</div>
+<com:CommentList Visible="true" />
</td>
</tr>
</table>
|