summaryrefslogtreecommitdiff
path: root/src/templates/macros/common-page.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/macros/common-page.ftl')
-rw-r--r--src/templates/macros/common-page.ftl29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl
deleted file mode 100644
index 1780036..0000000
--- a/src/templates/macros/common-page.ftl
+++ /dev/null
@@ -1,29 +0,0 @@
-<#macro commonpage>
- <#compress>
- <!doctype html>
- <html>
- <head>
- <title>Grow Process</title>
-
- <link href="http://fonts.googleapis.com/css?family=Arvo:400,700" rel="stylesheet">
- <link rel="stylesheet" href="${staticRoot}/style.css" />
- <script src="${staticRoot}/scripts/jquery.min.js"></script>
- <script src="${staticRoot}/scripts/jquery-ui.js"></script>
- <script src="${staticRoot}/scripts/growth.js"></script>
- </head>
- <body>
- <div id="notfooter">
- <#include "/templates/banner.ftl">
- <#include "/templates/header.ftl">
-
- <#nested>
-
- <div id="push"></div>
- </div>
-
- <#include "/templates/footer.ftl">
-
- </body>
- </html>
- </#compress>
-</#macro>