12 lines
312 B
PHTML
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>
|