Switched stylesheets to "cdn.nibblepoker.(lu|com)", styles are still messed up

Update index.php, head.php, and 9 more files...
This commit is contained in:
2024-06-12 13:00:13 +02:00
parent 29ff221faa
commit 856d0356ec
11 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('about.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['about'];

View File

@@ -13,8 +13,8 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
<meta name="robots" content="index, follow">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="alternate icon" href="/favicon.ico">
<link rel="stylesheet" href="/resources/FontAwesomePro/6.5.1/css/all.min.css">
<link rel="stylesheet" href="/resources/NibblePoker/css/nibblepoker.min.css?v=1">
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/FontAwesomePro/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/NibblePoker/StandardCSS/nibblepoker.min.css">
<?php
if($enable_code_highlight) {
echo('<link href="/resources/HighlightJS/src/styles/atom-one-dark.min.css" rel="stylesheet"/>');

View File

@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['contact'];

View File

@@ -114,7 +114,7 @@ if($contentManager->hasError) {
<meta property="og:image:type" content="<?php echo($content_head_image_type); ?>"/>
<meta property="og:description" content="<?php echo($content_head_og_description); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = array_merge(['content'], is_null($contentManager->requestedTags) ? [] : $contentManager->requestedTags);

View File

@@ -19,7 +19,7 @@ $enable_kitty_and_doggo_sounds = true;
<meta property="og:description" content="<?php print(localize('contributors.og.description')); ?>"/>
<?php include 'commons/DOM/head-preloads.php'; ?>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['contributors'];

View File

@@ -21,7 +21,7 @@ $enable_debug_extras = true;
<meta property="og:description" content="<?php print(localize('debug.og.description')); ?>"/>
<?php include 'commons/DOM/head-preloads.php'; ?>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['debug'];

View File

@@ -18,7 +18,7 @@ include_once 'commons/langs.php';
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('home.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['home'];

View File

@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('links.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['links'];

View File

@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('privacy.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = [];

View File

@@ -20,7 +20,7 @@ $enable_debug_extras = true;
<meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['test'];

View File

@@ -102,7 +102,7 @@ if($contentManager->hasError) {
}
?>
</head>
<body>
<body class="layout-generic">
<?php
include_once 'commons/DOM/utils.php';
$SIDEBAR_IDS = ['tools'];