From 5d55ae009cab1fe82f456111585d20795f4e865a Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Jan 2025 21:33:47 +0000 Subject: show instance and version info in nodeinfo and such --- templates/skeleton.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/skeleton.php b/templates/skeleton.php index 3aaf132..5186b4a 100644 --- a/templates/skeleton.php +++ b/templates/skeleton.php @@ -1,14 +1,16 @@ - <?= $pageTitle ?> + <?= $pageTitle ?> — <?= $settings->get('instance.name') ?> @@ -29,7 +31,7 @@ $user = Digitigrade\Model\UserAccount::findByCurrentSession(); ]); call_template('navigation_links', ['links' => $links]); ?> - get('instance.name') ?> + get('instance.name') ?> [ @@ -61,6 +63,7 @@ $user = Digitigrade\Model\UserAccount::findByCurrentSession(); call_template('side_navigation', ['links' => $links]); } ?> +

-- cgit v1.3