PHP Classes

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

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

Contents

Class file image Download
<div
    id="<?= $this->zoneconfig['conf']['id'] ?>"
    data-melisKey="<?= $this->zoneconfig['conf']['melisKey'] ?>"
    class="card-heading mini-template-menu-manager-tool-header"
>
    <div class="card-title" style="margin-top: inherit; margin-bottom: 0;">
        <a class="accordion-toggle" data-toggle="collapse" data-target="#id_meliscms_mini_template_menu_manager_tool_body">
            <h1 class="content-heading"><?= $this->translate('tr_meliscms_mini_template_menu_manager_tool') ?>
<span class="custom-mtpl-desc"><?= $this->translate('tr_meliscms_mini_template__menu_manager_tool_header_sub_title') ?></span>
            </h1>
        </a>
    </div>
</div>