buttons go to actual pages
This commit is contained in:
		
							parent
							
								
									05c1f2b476
								
							
						
					
					
						commit
						064b55d63f
					
				@ -1,8 +1,8 @@
 | 
			
		||||
<?php
 | 
			
		||||
$array_header = array(
 | 
			
		||||
    '<img src="/static/img/logo.png" alt="Logo">' => "/",
 | 
			
		||||
    "Recette" => "/Recipe/view/36",
 | 
			
		||||
    "+" => "/recipe/new",
 | 
			
		||||
    "Catégories de recette" => "/category",
 | 
			
		||||
    "Créer une recette" => "/recipe/new",
 | 
			
		||||
    "Rechercher" => "rechercher",
 | 
			
		||||
    '<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user