PHP Classes

File: view/melis-cms/page/render-page-modal.phtml

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

Contents

Class file image Download
<?php
    $id
= '';
    if (!empty(
$this->zoneconfig['conf']['id'])){
       
$id = $this->zoneconfig['conf']['id'];
    }
?>
<div>
    <div class="modal fade" id="<?= $this->id ?>_container">
        <div class="modal-dialog" role="test">
              <div id="<?= $this->id ?>" data-melisKey="<?= $this->melisKey; ?>" class="modal-content"></div>
        </div>
    </div>
</div>