From: ROllerozxa Date: Sat, 29 Apr 2023 15:08:57 +0000 (+0200) Subject: Make icon clickable too X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a376a86ce8247a49c7b64ba9b6ae490e1ede0d56;p=dirlistozxa.git Make icon clickable too --- diff --git a/dirlistozxa.php b/dirlistozxa.php index f23c6ae..6253106 100644 --- a/dirlistozxa.php +++ b/dirlistozxa.php @@ -61,8 +61,12 @@ function row($name, $date, $size, $thumb) { }; return sprintf( - '%s%s%s', - $img, $name, $name, $date, $size); + ' + + %s + %s%s + ', + $name, $img, $name, $name, $date, $size); } function build_blocks($items) {