Module Recettes : on avance... un peu...

This commit is contained in:
2021-04-29 19:05:43 +02:00
parent 8ccce53560
commit 30a5848cf9
12 changed files with 105 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ class HookManager extends baseHook
[
"id" => 'recipe',
"title" => 'Recette',
"content" => ($this->render('recette-tab.html'))
"content" => ($this->render('recette-tab.html'))
]
);
}