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:
@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('about.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('about.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['about'];
|
$SIDEBAR_IDS = ['about'];
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
|||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<link rel="alternate icon" href="/favicon.ico">
|
<link rel="alternate icon" href="/favicon.ico">
|
||||||
<link rel="stylesheet" href="/resources/FontAwesomePro/6.5.1/css/all.min.css">
|
<link rel="stylesheet" href="https://cdn.nibblepoker.lu/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/NibblePoker/StandardCSS/nibblepoker.min.css">
|
||||||
<?php
|
<?php
|
||||||
if($enable_code_highlight) {
|
if($enable_code_highlight) {
|
||||||
echo('<link href="/resources/HighlightJS/src/styles/atom-one-dark.min.css" rel="stylesheet"/>');
|
echo('<link href="/resources/HighlightJS/src/styles/atom-one-dark.min.css" rel="stylesheet"/>');
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['contact'];
|
$SIDEBAR_IDS = ['contact'];
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ if($contentManager->hasError) {
|
|||||||
<meta property="og:image:type" content="<?php echo($content_head_image_type); ?>"/>
|
<meta property="og:image:type" content="<?php echo($content_head_image_type); ?>"/>
|
||||||
<meta property="og:description" content="<?php echo($content_head_og_description); ?>"/>
|
<meta property="og:description" content="<?php echo($content_head_og_description); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = array_merge(['content'], is_null($contentManager->requestedTags) ? [] : $contentManager->requestedTags);
|
$SIDEBAR_IDS = array_merge(['content'], is_null($contentManager->requestedTags) ? [] : $contentManager->requestedTags);
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ $enable_kitty_and_doggo_sounds = true;
|
|||||||
<meta property="og:description" content="<?php print(localize('contributors.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('contributors.og.description')); ?>"/>
|
||||||
<?php include 'commons/DOM/head-preloads.php'; ?>
|
<?php include 'commons/DOM/head-preloads.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['contributors'];
|
$SIDEBAR_IDS = ['contributors'];
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ $enable_debug_extras = true;
|
|||||||
<meta property="og:description" content="<?php print(localize('debug.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('debug.og.description')); ?>"/>
|
||||||
<?php include 'commons/DOM/head-preloads.php'; ?>
|
<?php include 'commons/DOM/head-preloads.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['debug'];
|
$SIDEBAR_IDS = ['debug'];
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ include_once 'commons/langs.php';
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('home.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('home.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['home'];
|
$SIDEBAR_IDS = ['home'];
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('links.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('links.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['links'];
|
$SIDEBAR_IDS = ['links'];
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ include_once 'commons/langs.php';
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('privacy.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('privacy.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = [];
|
$SIDEBAR_IDS = [];
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ $enable_debug_extras = true;
|
|||||||
<meta property="og:image:type" content="image/png"/>
|
<meta property="og:image:type" content="image/png"/>
|
||||||
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
|
<meta property="og:description" content="<?php print(localize('contact.og.description')); ?>"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['test'];
|
$SIDEBAR_IDS = ['test'];
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ if($contentManager->hasError) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="layout-generic">
|
||||||
<?php
|
<?php
|
||||||
include_once 'commons/DOM/utils.php';
|
include_once 'commons/DOM/utils.php';
|
||||||
$SIDEBAR_IDS = ['tools'];
|
$SIDEBAR_IDS = ['tools'];
|
||||||
|
|||||||
Reference in New Issue
Block a user