Footer en RSS news
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@foreach($data as $podcast)
|
||||
<li class="post">
|
||||
<a href="{{url($podcast->url)}}" title="{{$podcast->title}}">
|
||||
<img src="{{$podcast->image ? $podcast->image->url : '/images/podcast.png'}}" alt="{{$podcast->title}}">
|
||||
<img src="{{$podcast->image ? $imgBase . $podcast->image->url : '/images/podcast.png'}}" alt="{{$podcast->title}}">
|
||||
</a>
|
||||
<div class="post_content">
|
||||
<h5>
|
||||
|
||||
@@ -107,7 +107,7 @@ function buildMenu($menu, $ismobile) {
|
||||
@endif
|
||||
@if($podcasts)
|
||||
<li class="submenu">
|
||||
<a href="{{url('/radio/gemist')}}" title="Fragment gemist">
|
||||
<a href="{{url('/radio/gemist')}}" title="Gesprek gemist">
|
||||
Fragment gemist
|
||||
</a>
|
||||
<ul class="mega_menu blog">
|
||||
|
||||
Reference in New Issue
Block a user