Suppression des metas facebouc inutiles

This commit is contained in:
LC 2023-01-15 12:45:04 +01:00
parent de3d2bdbe9
commit 6db61ee64d
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +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->showMetaTitle();
$this->showFavicon();
$this->showVendor();
$this->showStyle();