diff --git a/apps/Recipes/Controllers/DailyMealsController.php b/apps/Recipes/Controllers/DailyMealsController.php new file mode 100644 index 0000000..5004cb7 --- /dev/null +++ b/apps/Recipes/Controllers/DailyMealsController.php @@ -0,0 +1,15 @@ + +
+
+ + + +
+
+ \ No newline at end of file diff --git a/apps/Recipes/urls.php b/apps/Recipes/urls.php index 0b81f59..235ae5e 100644 --- a/apps/Recipes/urls.php +++ b/apps/Recipes/urls.php @@ -7,4 +7,5 @@ $recipes_urls = [ new Path('/recipe/[:int]', new Controllers\SingleRecipeController(), 'single'), new Path('/recipe/[:int]/export-pdf', new Controllers\ExportPdfController(), 'export-pdf'), new Path('/catalog', new Controllers\CatalogController(), 'catalog'), + new Path('/daily-meals', new Controllers\DailyMealsController, 'daily-meals'), ]; diff --git a/assets/css/style.css b/assets/css/style.css index 908a9e5..1dd0f98 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1059,6 +1059,10 @@ label { margin-bottom: 5px; } +.daily-recipes{ + margin-top: 46px; +} + @media (max-width: 768px) { .catalog-items { diff --git a/components/templates/layout/header.php b/components/templates/layout/header.php index 61845a7..b3120ca 100644 --- a/components/templates/layout/header.php +++ b/components/templates/layout/header.php @@ -56,7 +56,7 @@ - +