debug interactive map on stage
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user