Files
server/opt/psa/admin/application/default/views/scripts/app-image/gallery.phtml
2026-01-07 20:52:11 +01:00

12 lines
312 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<body id="screenshots" class="sid-popup">
<?= $this->requireJs('app/app-image/gallery', [
'renderTo' => 'screenshots',
'id' => 'imageGallery',
'cls' => 'screenshots-block',
'images' => $this->images,
]) ?>
</body>