Nieuws layout
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@extends('page')
|
||||
@extends('layouts/full')
|
||||
|
||||
@include('widgets/mediaplayer')
|
||||
|
||||
@include('_mediaplayer')
|
||||
@section('title')
|
||||
Fragment gemist | {{$podcast->title}}
|
||||
@endsection
|
||||
@@ -57,11 +58,12 @@ $(".vertical_carousel").each(function() {
|
||||
@endpush
|
||||
|
||||
@section('content')
|
||||
@parent
|
||||
<?php
|
||||
$audioUrl = url( $apiUrl . 'podcast/download/' . $podcast->url . "?auth=" . $podcast->auth );
|
||||
$popoutUrl = url('luister/fragment/' . $podcast->url . '?auth=' . $podcast->auth );
|
||||
?>
|
||||
<div class="page_layout page_margin_top clearfix">
|
||||
|
||||
<div class="row page_margin_top">
|
||||
<div class="column column_2_3">
|
||||
<div class="row">
|
||||
@@ -184,6 +186,5 @@ $(".vertical_carousel").each(function() {
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user