Files
server/opt/psa/admin/application/smb/views/scripts/web/statistics.phtml
2026-01-07 20:52:11 +01: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; ?>