removing commentray unecessary

This commit is contained in:
Antoine M 2024-05-27 11:10:57 +02:00
parent daa9dcae9b
commit 7797518550

View File

@ -10,11 +10,6 @@
</head>
<?php $currentLanguage = apply_filters('wpml_current_language', null); ?>
<?php
// $thematique = get_the_terms(get_the_ID(), 'thematiques')[0];
// $thematiqueParent = getParentThematique($thematique) ?? null;
// $thematiqueColorSlug = $thematiqueParent ? $thematiqueParent->slug : "";
?>
<body <?php body_class("homegrade-frontend-page ") ?> current-language="<?php echo $currentLanguage ?? "" ?>">
<?php