PHP Classes

File: view/melis-cms/platform/render-header-add-button.phtml

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

Contents

Class file image Download
<?php
    $id
= '';
    if (!empty(
$this->zoneconfig['conf']['id'])){
       
$id = ' id="'.$this->zoneconfig['conf']['id'] .'"';
    }
   
$data_melisKey = 'data-melisKey="'.$this->melisKey.'"';
?>
<button class="btn btn-success" <?php echo $id.' '.$data_melisKey; ?>><i class="fa fa-plus"></i> <?php echo $this->translate('tr_meliscms_tool_platform_ids_btn_add')?></button>