Suppression des metas facebouc inutiles

This commit is contained in:
LC 2023-01-15 12:43:33 +01:00
parent 739e9bb166
commit de3d2bdbe9
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#" lang="<?php echo $this->getData(['config', 'i18n', 'langAdmin']);?>">
<html lang="<?php echo $this->getData(['config', 'i18n', 'langAdmin']);?>">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
$this->showMetaTitle();
$this->showMetaPropertyFacebook();
?>
<?php
$this->showFavicon();
@ -16,7 +15,8 @@
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/mediaqueries.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false); ?>core/layout/blank.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>theme.css">
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css"></head>
<link rel="stylesheet" href="<?php echo helper::baseUrl(false) . self::DATA_DIR; ?>custom.css">
</head>
<body>
<?php $this->showContent(); ?>
<?php $this->showScript(); ?>