From 5977563c08b4a5aa15aeaeecc66265c69e059492 Mon Sep 17 00:00:00 2001 From: moderndevslulw Date: Tue, 8 Jul 2025 17:17:54 +0500 Subject: upd: title in channels --- public/channels/index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'public/channels') diff --git a/public/channels/index.php b/public/channels/index.php index edd86eb..e9ef56f 100644 --- a/public/channels/index.php +++ b/public/channels/index.php @@ -151,7 +151,14 @@ if (!empty($channels)) { - Channels - The Tinybot Project + + <?php if ($channel): ?> + <?= $channel['alias_name'] ?> + <?php else: ?> + Channels + <?php endif; ?> + - <?= BOT_USERNAME_FORMATTED ?> + -- cgit v1.2.3