add link to emoji page on index
This commit is contained in:
parent
ddbd3134d6
commit
921f154196
1 changed files with 4 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue