Files
server/opt/psa/admin/application/smb/views/scripts/web/statistics.phtml
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

13 lines
440 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php if ($this->frameset): ?>
<frameset rows="40,*" framespacing="0" frameborder="no" border="0">
<frame src='<?php echo $this->listUrl;?>' name='listFrame' scrolling="No" noresize="noresize"/>
<frame src='<?php echo $this->contentUrl;?>' name='contentFrame'/>
</frameset>
<?php else: ?>
<body>
<?php echo $this->form; ?>
</body>
<?php endif; ?>