PHP Classes

File: view/melis-cms/sites-domains/render-tool-sites-domains.phtml

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

Contents

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

$data_melisKey = $this->melisKey;

?>
<div data-melisKey='<?= $data_melisKey; ?>'<?= $id; ?> class="tab-pane widget-body-regular meliscms_center_tabs">
    <?php
       
if(!empty($this->zoneconfig['interface'])) {
            foreach(
$this->zoneconfig['interface'] as $keyConfig => $menuConfig) {
                echo
$this->$keyConfig;
            }
        }

   
?>
</div>