FabioFratini 1 год назад
Родитель
Сommit
5cc7752303
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -691,7 +691,7 @@ Route::get('/eventi', function(){
     }
     $videos = array();
 
-    return view('events', compact('news', 'home', 'sections', 'sections_menu', 'regions', 'pages', 'breaking_news', 'videos', 'events', 'calendari', 'aHome'));
+    return view('events', compact('news', 'home', 'sections', 'sections_menu', 'regions', 'pages', 'breaking_news', 'videos', 'events', 'calendars', 'aHome'));
 });
 
 Route::get('/archivio', function() {