Modified:Fixed broken Playlist link on home page
This commit is contained in:
parent
5c6d5b2963
commit
ad081ec858
1 changed files with 1 additions and 1 deletions
|
@ -128,8 +128,8 @@
|
|||
<h2 title="Playlists with most videos">{lang code="top_playlists"}</h2>
|
||||
{foreach $playlists as $playlist}
|
||||
<div class="playlist clearfix">
|
||||
<a href="{videoLink vdetails=$playlist['first_item']|@json_decode}{if $Cbucket->configs.seo == 'no'}&{else}?{/if}play_list={$playlist.playlist_id}"><h3>{$playlist.playlist_name}</h3></a>
|
||||
{$items = get_playlist_items($playlist.playlist_id)}
|
||||
<a href="{VideoLink($items[0])}"><h3>{$playlist.playlist_name}</h3></a>
|
||||
<div class="clearfix row">
|
||||
{foreach $items as $item}
|
||||
{if $item@iteration == 5}
|
||||
|
|
Loading…
Add table
Reference in a new issue