diff --git a/index.php b/index.php index 9fa22c5..9a2e290 100644 --- a/index.php +++ b/index.php @@ -353,6 +353,12 @@ $router->get('/gallery', function(){ include 'views/common/footer.php'; }); +$router->get('/parents', function(){ + include 'views/common/head.php'; + include 'views/parents.php'; + include 'views/common/footer.php'; +}); + $router->get('/thank-you/{uuid}', function ($uuid) { $order = R::findOne('orders', ' uuid = ?', [$uuid]); $guests = R::findAll('guests', ' order_id = ?', [$order->id]); diff --git a/views/parents.php b/views/parents.php new file mode 100644 index 0000000..18a711c --- /dev/null +++ b/views/parents.php @@ -0,0 +1,11 @@ + +