Merge pull request #94 from ThomasRubini/edit_header
buttons go to actual pages
This commit is contained in:
		
						commit
						fd4da4f36f
					
				@ -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