7 lines
159 B
PHP
7 lines
159 B
PHP
<div id="sidebar">
|
|
@yield('mainepisode')
|
|
@foreach ($tops as $top)
|
|
@include('themes::themekiss.inc.' . $top['template'])
|
|
@endforeach
|
|
</div>
|