aboutsummaryrefslogtreecommitdiff
path: root/views/default/page/elements/html_end.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/page/elements/html_end.php')
-rw-r--r--views/default/page/elements/html_end.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/default/page/elements/html_end.php b/views/default/page/elements/html_end.php
new file mode 100644
index 000000000..0862934cf
--- /dev/null
+++ b/views/default/page/elements/html_end.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Start html output.
+ * The standard HTML header that displays across the site
+ * @uses $vars['config'] The site configuration settings, imported
+ * @uses $vars['title'] The page title
+ * @uses $vars['body'] The main content of the page
+ */
+?>
+</body>
+</html>