aboutsummaryrefslogtreecommitdiff
path: root/app/views/wall.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wall.view.php')
-rw-r--r--app/views/wall.view.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/wall.view.php b/app/views/wall.view.php
new file mode 100644
index 0000000..0635325
--- /dev/null
+++ b/app/views/wall.view.php
@@ -0,0 +1,6 @@
+<?php require __DIR__ . '/partials/header.php'; ?>
+
+<script type="text/javascript" src="/comments"></script>
+<noscript>You must have JavaScript enabled to use the comments.</noscript>
+
+<?php require __DIR__ . '/partials/footer.php'; ?>