<a href="'. $video['eco'] .'">

This commit is contained in:
qo-op 2021-07-13 23:06:33 +02:00
parent 211a37b863
commit 511d44d441
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ foreach ($videosList as $video) {
</a>
<p class="video-title">
<a href="'. $video['uri'] .'">
<a href="'. $video['eco'] .'">
' . $video['name'] . '
</a>
</p>';