PHP Classes

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

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

Contents

Class file image Download
<div
    id="<?= $this->zoneconfig['conf']['id'] ?>"
    class="me-heading bg-white border-bottom"
    data-melisKey="<?= $this->zoneconfig['conf']['melisKey'] ?>"
>
    <div class="row">
        <div class="me-hl col-xs-12 col-sm-8 col-md-9">
            <h1 class="content-heading"><?= $this->translate('tr_meliscms_mini_template_manager_tool') ?></h1>
            <p><?= $this->translate('tr_meliscms_mini_template_manager_tool_header_sub_title') ?></p>
        </div>
        <div class="me-hr col-xs-12 col-sm-4 col-md-3">
            <?php
               
if (! empty($this->zoneconfig['interface'])) {
                    foreach (
$this->zoneconfig['interface'] as $keyConfig => $menuConfig) {
                        echo
$this->$keyConfig;
                    }
                }
           
?>
</div>
    </div>
</div>