PHP Classes

File: view/melis-tool-creator/tool-creator/render-tool-creator-header.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   view/melis-tool-creator/tool-creator/render-tool-creator-header.phtml   Download  
File: view/melis-tool-creator/tool-creator/render-tool-creator-header.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 415 bytes
 

Contents

Class file image Download
<div class="me-heading bg-white border-bottom" id="id_meliscore_tool_user_header" data-meliskey="meliscore_tool_user_header">
    <div class="row">
        <div class="me-hl col-xs-12 col-sm-12 col-md-12">
            <h1 class="content-heading"><?php echo $this->translate('tr_melistoolcreator')?></h1>
            <p><?= $this->translate('tr_melistoolcreator_description'); ?></p>
        </div>
    </div>
</div>