first commit
This commit is contained in:
11
templates/scontainers/scontainer.php
Normal file
11
templates/scontainers/scontainer.php
Normal 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;?>
|
||||
Reference in New Issue
Block a user