aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/thread_page.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/thread_page.php')
-rw-r--r--templates/thread_page.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/thread_page.php b/templates/thread_page.php
new file mode 100644
index 0000000..73d8f0b
--- /dev/null
+++ b/templates/thread_page.php
@@ -0,0 +1,8 @@
+<?php
+call_template('skeleton', [
+ 'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(),
+ 'renderTitleHeading' => false
+], function () {
+ global $note;
+ call_template('note', ['note' => $note]);
+}); \ No newline at end of file