| 
					
				 | 
			
			
				@@ -78,4 +78,16 @@ function reha_preprocess_block(&$variables) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  if ($variables['plugin_id'] === "page_title_block") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    if (\Drupal::routeMatch()->getRouteName() === 'node.add') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      $node_type = \Drupal::routeMatch()->getParameter('node_type'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if ($node_type->id() === 'operation') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $variables['content'] = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          '#type' => 'page_title', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          '#title' => 'Proposer une opération' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |