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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user