TriviaTime
login->isLoggedIn() && !is_null($container->login->getUser())) { $user = $container->login->getUser(); echo '
Logged in as '; echo htmlspecialchars($user->getUsername()); echo ' (
logout
)'; echo '
'; } ?>
router->matchCurrentRequest(); if($route) { $currentPageName = $route->getName(); } ?>
>
Home
>
Stats
>
Players
>
Reports
>
About
getNotice(); if(!is_null($notice)) { echo "
$notice
"; } $container->clearNotice(); $error = $container->getError(); if(!is_null($error)) { echo "
$error
"; } $container->clearError(); ?>