aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/thread_page.php
blob: 73d8f0ba62a00f695503de19c402dc594aea0793 (plain)
1
2
3
4
5
6
7
8
<?php
call_template('skeleton', [
    'pageTitle' => '"' . $note->plainContent . '" - @' . $note->author->getFullHandle(),
    'renderTitleHeading' => false
], function () {
    global $note;
    call_template('note', ['note' => $note]);
});