first commit
This commit is contained in:
6
templates/other/static-container.php
Normal file
6
templates/other/static-container.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="static-container" id="static-container-<?= $this -> _container['id'];?>">
|
||||
<?
|
||||
if ( $this -> _container['enabled'] )
|
||||
echo $this -> _container['content'];
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user