PHP Classes

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

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   view/melis-cms/mini-template-menu-manager/render-menu-manager-tool-body.phtml   Download  
File: view/melis-cms/mini-template-menu-manager/render-menu-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: 607 bytes
 

Contents

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