diff options
Diffstat (limited to 'demos/controls/protected/pages/PlainPage.tpl')
-rw-r--r-- | demos/controls/protected/pages/PlainPage.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/controls/protected/pages/PlainPage.tpl b/demos/controls/protected/pages/PlainPage.tpl index 7591d700..1238a5fb 100644 --- a/demos/controls/protected/pages/PlainPage.tpl +++ b/demos/controls/protected/pages/PlainPage.tpl @@ -1 +1,6 @@ -This is a page without explicitly defined page class.
\ No newline at end of file +<%@ MasterClass="Pages.master.MasterPage" %>
+<com:TContent id="body" >
+<div>
+This is a page without explicitly defined page class.
+</div>
+</com:TContent>
\ No newline at end of file |