summaryrefslogtreecommitdiff
path: root/app/php/layouts/MainLayout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/layouts/MainLayout.tpl')
-rw-r--r--app/php/layouts/MainLayout.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/php/layouts/MainLayout.tpl b/app/php/layouts/MainLayout.tpl
deleted file mode 100644
index 0deb816..0000000
--- a/app/php/layouts/MainLayout.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
- <com:THead>
- <com:TMetaTag HttpEquiv="Content-Type" Content="text/html; charset=utf-8" />
- <title><com:TContentPlaceHolder ID="Title" /></title>
- </com:THead>
- <body>
- <com:TForm>
- <header role="banner">
- <com:HeaderMenu />
- </header>
- <main role="main">
- <com:TContentPlaceHolder ID="Content" />
- </main>
- <footer role="contentinfo">
- </footer>
- <com:THiddenField ID="ViewID">
- <prop:Value><%= $this->generateViewID() %></prop:Value>
- </com:THiddenField>
- </com:TForm>
- </body>
-</html>