first commit

This commit is contained in:
2024-10-25 23:02:37 +02:00
commit faeb2e52e8
7653 changed files with 1095335 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<? global $lang;?>
<? if ( $this -> scontainer['status'] == 1 ):?>
<div id="scontainer-<?= $this -> scontainer['id'];?>">
<? if ( $this -> scontainer['show_title'] == 1 ):?>
<div class="scontainer-title">
<?= $this -> scontainer['languages']['title'];?>
</div>
<? endif;?>
<?= $this -> scontainer['languages']['text'];?>
</div>
<? endif;?>