Added footer, added radio buttons for single option polls, fixed voting bug

This commit is contained in:
2021-04-04 12:04:00 +02:00
parent 50750c6808
commit 44d0940e23
7 changed files with 61 additions and 16 deletions

View File

@ -3,3 +3,4 @@
require_once __DIR__ .'/bootstrap.php';
echo get_page_header();
echo get_page_footer();