Regioagenda layout en breadcrumbs
This commit is contained in:
@@ -3,9 +3,21 @@
|
||||
@include('widgets/mediaplayer')
|
||||
|
||||
@section('title')
|
||||
Fragment gemist | {{$podcast->title}}
|
||||
{{$podcast->title}}
|
||||
@endsection
|
||||
|
||||
@section('breadcrumb')
|
||||
<ul class="bread_crumb">
|
||||
<li><a title="Fragment gemist" href="{{url('radio/gemist')}}">Fragment gemist</a></li>
|
||||
<li class="separator icon_small_arrow right_gray"> </li>
|
||||
@if($podcast->program)
|
||||
<li><a title="{{$podcast->program->name}}" href="{{url('radio/gemist/programma' . $podcast->program->url)}}">{{$podcast->program->name}}</a></li>
|
||||
<li class="separator icon_small_arrow right_gray"> </li>
|
||||
@endif
|
||||
<li>Fragment</li>
|
||||
</ul>
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script>
|
||||
$(".vertical_carousel").each(function() {
|
||||
@@ -69,7 +81,6 @@ $(".vertical_carousel").each(function() {
|
||||
<div class="row">
|
||||
<div class="post single">
|
||||
<h1>Fragment gemist</h1>
|
||||
<h2 class="post_title">{{$podcast->title}}</h2>
|
||||
<ul class="post_details clearfix">
|
||||
@if($podcast->program)
|
||||
<li class="detail"><a href="{{ url('programma' . $podcast->program->url ) }}">{{ $podcast->program->name }}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user