diff --git a/app/views/anime/cover-item.php b/app/views/anime/cover-item.php index d63d937e..b1ad8cb0 100644 --- a/app/views/anime/cover-item.php +++ b/app/views/anime/cover-item.php @@ -41,7 +41,7 @@ - picture("images/{$link['meta']['image']}", 'svg', [ + img("/public/images/{$link['meta']['image']}", [ 'class' => 'streaming-logo', 'width' => 20, 'height' => 20, @@ -49,7 +49,7 @@ ]); ?> - picture("images/{$link['meta']['image']}", 'svg', [ + img("/public/images/{$link['meta']['image']}", [ 'class' => 'streaming-logo', 'width' => 20, 'height' => 20, diff --git a/app/views/anime/details.php b/app/views/anime/details.php index 4ab3d706..c3089004 100644 --- a/app/views/anime/details.php +++ b/app/views/anime/details.php @@ -72,21 +72,21 @@ href="" title="Stream '' on " > - picture("images/{$link['meta']['image']}", 'svg', [ + img("/public/images/{$link['meta']['image']}", [ 'class' => 'streaming-logo', 'width' => 50, 'height' => 50, 'alt' => "{$link['meta']['name']} logo", - ]); ?> + ]) ?>    - picture("images/{$link['meta']['image']}", 'svg', [ + img("/public/images/{$link['meta']['image']}", [ 'class' => 'streaming-logo', 'width' => 50, 'height' => 50, 'alt' => "{$link['meta']['name']} logo", - ]); ?> + ]) ?>