=h($m['title'])?>
=h($m['description'])?>
diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg index dc9a603..cca5b92 100644 --- a/assets/img/favicon.svg +++ b/assets/img/favicon.svg @@ -1,5 +1,5 @@ diff --git a/assets/img/moto_travel.png b/assets/img/moto_travel.png new file mode 100644 index 0000000..33512b4 Binary files /dev/null and b/assets/img/moto_travel.png differ diff --git a/index.php b/index.php index ad64570..475cc9d 100644 --- a/index.php +++ b/index.php @@ -87,7 +87,7 @@ usort($videos, function($a, $b) use ($videoCache) { $page=max(1,(int)($_GET['page']??1)); $per=$config['items_per_page']; $total=count($videos); $pages=max(1,(int)ceil($total/$per)); $page=min($page,$pages); $slice=array_slice($videos,($page-1)*$per,$per); ?>
No videos yet.
=h($m['description'])?>
No orphan videos.
=page_links('videos',$videoPage,$videoPages)?>