Fixed IRC Webchat link!
This commit is contained in:
parent
65f538cce5
commit
497a2ac62b
|
@ -38,7 +38,7 @@ if ($plaintext == 'true') {
|
||||||
Main site: https://irc.bugzbunny.net
|
Main site: https://irc.bugzbunny.net
|
||||||
<?php } ?>
|
<?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"; ?>
|
<?=($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
|
<?php
|
||||||
if ($plaintext != 'true' ) {
|
if ($plaintext != 'true' ) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue