Files
lichterei-web/site/controllers/album.php
Bastian Allgeier 01277f79f2 first version
2019-01-13 23:17:34 +01:00

12 lines
137 B
PHP
Executable File

<?php
return function ($page) {
$gallery = $page->images()->sortBy("sort");
return [
'gallery' => $gallery
];
};