This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/public/race/live-results.php
2022-03-21 12:28:18 +01:00

5 lines
175 B
PHP

<?php $app = require '../../app/inc.php';
$app->view('template/header', ["title" => "Live resultater"]);
$app->view('pages/race/live-results');
$app->view('template/footer');