aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/thread_page.php
diff options
context:
space:
mode:
authorwinter2024-12-24 15:32:56 +0000
committerwinter2024-12-24 15:32:56 +0000
commitd5a57276eb27e215dd0b1bd5eb67ac26acc9575b (patch)
tree0cb3a14fa9a82d2438a7c12838f04ea12e02a9fa /templates/thread_page.php
parent01b7c47c68b8b3c5a9fd9137b067b34b566b951d (diff)
more stuff and things
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