debug interactive map on stage

This commit is contained in:
Valentin
2024-11-05 23:30:16 +01:00
parent bd1b450a45
commit ccd0f3a610
7 changed files with 94 additions and 5 deletions

View File

@@ -120,7 +120,6 @@ function erabletheme_theme_suggestions_node_alter(array &$suggestions, array $va
$start_pos = strpos($total_title, '<span>') + strlen('<span>');
$end_pos = strpos($total_title, '</span>');
$processed_title = substr($total_title, $start_pos, $end_pos - $start_pos);
if ($processed_title !== 'Partenaires' || $processed_title !== 'Gouvernance') {
$suggestions[] = 'node__content_global';
}