PHP Classes

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

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

Contents

Class file image Download
<div
    id="<?= $this->zoneconfig['conf']['id'] ?>"
    data-melisKey="<?= $this->zoneconfig['conf']['melisKey'] ?>"
    class="tab-pane container-level-a"
>
    <div class="content-cont">
        <?php
           
if (! empty($this->zoneconfig['interface'])) {
                foreach (
$this->zoneconfig['interface'] as $keyConfig => $menuConfig) {
                    echo
$this->$keyConfig;
                }
            }
       
?>
</div>
</div>