Fixed IRC Webchat link!

This commit is contained in:
Lutchy Horace 2023-12-13 12:35:12 -05:00
parent 65f538cce5
commit 497a2ac62b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if ($plaintext == 'true') {
Main site: https://irc.bugzbunny.net
<?php } ?>
<?=($plaintext != 'true')?'<p>':null?>About us: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net" rel="me">' : null; ?>https://www.bugzbunny.net<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
Webchat: <?php echo ($plaintext != 'true') ? '<a href="https://www.bugzbunny.net/webchat">' : null; ?>https://www.bugzbunny.net/webchat<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
Webchat: <?php echo ($plaintext != 'true') ? '<a href="https://irc.bugzbunny.net/webchat">' : null; ?>https://www.bugzbunny.net/webchat<?php echo ($plaintext != 'true') ? '</a><br>' : "\r\n"; ?>
<?php
if ($plaintext != 'true' ) {
?>