Added user avatars next to their chosen option

This commit is contained in:
2021-03-27 21:15:07 +01:00
parent 67c02f458c
commit 0448f995f7
3 changed files with 23 additions and 8 deletions

View File

@ -34,7 +34,7 @@ function get_page_header(
}
$script_str = '';
foreach ($scripts as $script) {
$script_str .= '<script src="scripts/' . $script . '.js">';
$script_str .= '<script src="scripts/' . $script . '.js"></script>';
}
return '<html><head><meta charset="utf-8"><title>'.$title.'</title><link rel="stylesheet" href="styles/style.css">'
. $script_str