Abgleich mit dem Stand auf dem Server. Irgendwie sind hier Commits verloren/nie gemacht worden.
This commit is contained in:
@@ -103,7 +103,13 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Wettkampfplaner - Meldung</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
<?php
|
||||
$css = file_get_contents( $basePath."/pages/desktop/wkParticipo/wkParticipo.css");
|
||||
echo(colorThemeCss($_SESSION['user']['userConfig']['colors']));
|
||||
echo($css);
|
||||
?>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php echo $login_status; ?>
|
||||
|
||||
Reference in New Issue
Block a user