Gooische Courant #2 in menu

This commit is contained in:
2022-07-18 19:31:45 +02:00
parent 60be2d8cb2
commit 59226a1765
3 changed files with 4 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ class NewsController extends Controller
switch($apiResult->version) {
case 1:
if(!$newsItem->content) return redirect('//nhnieuws.nl/gooi');
return view('newsitem', ['news' => $newsItem, 'metadata' => $newsItem->metadata]);
break;

View File

@@ -99,14 +99,6 @@
</div>
</div>
{{-- Tijdelijke banner --}}
<div class="row page_margin_top">
<a href="/debat">
<img src="/images/nhgooi_gemeenteraad_2022.png" style="width: 100%;" />
</a>
</div>
{{-- Meer nieuws --}}
<div class="row page_margin_top">
<div class="column column_2_3">

View File

@@ -23,8 +23,9 @@
"" => "/contact",
"Download de app" => "/app",
"Gooische courant" => array(
"Huizen" => "/uploads/NH Gooi Huizen.pdf",
"Hilversum" => "/uploads/NH Gooi Hilversum.pdf",
"Editie 2" => "/uploads/Gooische Courant editie 2.pdf",
"Editie 1(Huizen)" => "/uploads/NH Gooi Huizen.pdf",
"Editie 1 (Hilversum)" => "/uploads/NH Gooi Hilversum.pdf",
),
"Contact" => "/contact",
"Vacatures" => "/vacatures",