forked from Adleraci/adlerka.top
Test meme voting
This commit is contained in:
parent
cd487d155c
commit
9fe7eb14e9
@ -63,6 +63,7 @@ function renderMemeGallery(): string
|
||||
// Fetch the results
|
||||
$memes_out = '';
|
||||
$meme_template = file_get_contents($routerConfig['template_dir'] . "meme.html");
|
||||
$stmtlist->store_result();
|
||||
while ($stmtlist->fetch()) {
|
||||
if (str_starts_with($fileType, 'image')) {
|
||||
$memes_out .= renderMeme($memeID, $authorID, $title, $textContent, $createdAt, $filePath, $userNickname, $meme_template);
|
||||
|
Loading…
Reference in New Issue
Block a user