PHP Classes

File: view/melis-cms/sites/render-tool-sites-modal-add-step5.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   view/melis-cms/sites/render-tool-sites-modal-add-step5.phtml   Download  
File: view/melis-cms/sites/render-tool-sites-modal-add-step5.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: 473 bytes
 

Contents

Class file image Download
<?php
$id
= '';
if (!empty(
$this->zoneconfig['conf']['id']))
   
$id = ' id="' .$this->zoneconfig['conf']['id'] . '"';
?>

<div <?= $id; ?> data-melisKey="<?= $this->melisKey; ?>">
    <div class="tool-sites_container_fixed_width">
        <div class="step5">
            <label for=""><?= $this->translate('tr_melis_cms_sites_tool_add_step5_new_site_is_created');?></label>
            <div class="site_creation_info">

            </div>
        </div>
    </div>
</div>