mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:58:42 +00:00
feat(web/ranklist): drop bs4
This commit is contained in:
parent
b532a5d319
commit
c77c40c341
@ -14,12 +14,12 @@
|
||||
become404Page();
|
||||
}
|
||||
|
||||
if (!isset($_COOKIE['bootstrap4'])) {
|
||||
$REQUIRE_LIB['bootstrap5'] = '';
|
||||
requireLib('bootstrap5');
|
||||
|
||||
$config['div_classes'] = array('card', 'mb-3');
|
||||
$config['table_classes'] = array('table', 'uoj-table', 'mb-0', 'text-center');
|
||||
}
|
||||
$config = [
|
||||
'div_classes' => ['card', 'mb-3'],
|
||||
'table_classes' => ['table', 'uoj-table', 'mb-0', 'text-center'],
|
||||
];
|
||||
?>
|
||||
<?php echoUOJPageHeader($title) ?>
|
||||
<h1 class="h2"><?= $title ?></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user