first commit
This commit is contained in:
14
templates/scontainers/scontainer.php
Normal file
14
templates/scontainers/scontainer.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<? global $lang;?>
|
||||
<? if ( $this -> scontainer['status'] == 1 ):?>
|
||||
<div id="scontainer-<?= $this -> scontainer['id'];?>" <? if ( $this -> scontainer['src'] ):?>style="background: url('<?= $this -> scontainer['src'];?>')"<? endif;?>>
|
||||
<? if ( $this -> scontainer['show_title'] == 1 ):?>
|
||||
<div class="scontainer-title">
|
||||
<?= $this -> scontainer['languages']['title'];?>
|
||||
</div>
|
||||
<? endif;?>
|
||||
<div class="scontainer-content" id="scontainer-<?= $this -> scontainer['id'];?>-content" contenteditable="true">
|
||||
<? if ( $this -> scontainer['languages']['text'] ) echo $this -> scontainer['languages']['text'];?>
|
||||
<? if ( $this -> scontainer['languages']['html'] ) echo $this -> scontainer['languages']['html'];?>
|
||||
</div>
|
||||
</div>
|
||||
<? endif;?>
|
||||
Reference in New Issue
Block a user