From d5a57276eb27e215dd0b1bd5eb67ac26acc9575b Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 15:32:56 +0000 Subject: more stuff and things --- templates/thread_page.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/thread_page.php (limited to 'templates/thread_page.php') 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 @@ + '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(), + 'renderTitleHeading' => false +], function () { + global $note; + call_template('note', ['note' => $note]); +}); \ No newline at end of file -- cgit v1.3