add link to emoji page on index

This commit is contained in:
trinkey 2025-03-17 16:35:50 -04:00
parent ddbd3134d6
commit 921f154196

View file

@ -47,6 +47,10 @@ if ($_GET["sent"] == 1) {
<?php
if ($emojiEnabled) {
echo("<a href=\"emoji.php\">view emoji list</a>");
}
foreach (array_reverse($questions) as $question){
echo(getQuestion($question));
}