5 lines
249 B
PHTML
5 lines
249 B
PHTML
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
?>
|
|
<?php echo $this->tabs ? $this->partial('partials/tabs.phtml', ['tabs' => $this->tabs, 'renderTo' => 'main', 'renderMode' => 'top']) : ''; ?>
|
|
<?php echo $this->form ?> |