PHP Classes

File: view/melis-cms/mini-template-manager/render-mini-template-manager-tool-body.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   view/melis-cms/mini-template-manager/render-mini-template-manager-tool-body.phtml   Download  
File: view/melis-cms/mini-template-manager/render-mini-template-manager-tool-body.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis CMS
Content management system that provides its tools
Author: By
Last change:
Date: 1 year ago
Size: 414 bytes
 

Contents

Class file image Download
<div id="<?= $this->zoneconfig['conf']['id'] ?>" data-melisKey="<?= $this->zoneconfig['conf']['melisKey'] ?>">
    <div class="spacing-x2 innerAll">
        <?php
           
if (! empty($this->zoneconfig['interface'])) {
                foreach (
$this->zoneconfig['interface'] as $keyConfig => $menuConfig) {
                    echo
$this->$keyConfig;
                }
            }
       
?>
</div>
</div>