mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
This commit is contained in:
parent
c624d2ceee
commit
bdd44e7fb8
@ -36,10 +36,10 @@ EOD;
|
|||||||
$config = array();
|
$config = array();
|
||||||
$config['table_classes'] = array('table', 'table-hover');
|
$config['table_classes'] = array('table', 'table-hover');
|
||||||
|
|
||||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||||
$config['div_classes'] = array('card', 'my-3');
|
$config['div_classes'] = array('card', 'my-3');
|
||||||
$config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
$config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php echoUOJPageHeader(UOJLocale::get('blogs')) ?>
|
<?php echoUOJPageHeader(UOJLocale::get('blogs')) ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user