fix link position
This commit is contained in:
parent
921f154196
commit
67043fa313
1 changed files with 7 additions and 4 deletions
11
index.php
11
index.php
|
@ -42,15 +42,18 @@ if ($_GET["sent"] == 1) {
|
|||
</form>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if ($emojiEnabled) {
|
||||
echo("<a href=\"emoji.php\">view emoji list</a>");
|
||||
}
|
||||
?>
|
||||
|
||||
<hr>
|
||||
<h3 class="sect">all past messages</h3>
|
||||
|
||||
<?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