PHP Classes

File: view/melis-cms-prospects/melis-cms-prospects-theme-items/tool-container.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS Prospects   view/melis-cms-prospects/melis-cms-prospects-theme-items/tool-container.phtml   Download  
File: view/melis-cms-prospects/melis-cms-prospects-theme-items/tool-container.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis CMS Prospects
Melis CMS module to track business prospects
Author: By
Last change:
Date: 1 year ago
Size: 551 bytes
 

Contents

Class file image Download
<?php
$id
= '';
$themeId = isset($this->theme->pros_theme_id) ? (int) $this->theme->pros_theme_id : null;
if (!empty(
$this->zoneconfig['conf']['id']))
   
$id = $themeId . '_' . $this->zoneconfig['conf']['id'];

?>
<div id="<?= $id; ?>" class="tab-pane container-level-a" data-melisKey='<?= $this->melisKey; ?>' data-themeId="<?= $themeId; ?>">
    <?php

   
if(!empty($this->zoneconfig['interface'])) {
        foreach(
$this->zoneconfig['interface'] as $keyConfig => $menuConfig) {
            echo
$this->$keyConfig;
        }
    }

   
?>
</div>