PHP Classes

File: view/melis-cms/tool-style/render-tool-style-header-add.phtml

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

Contents

Class file image Download
<?php
$id
= $this->zoneconfig['conf']['id'];
$openAddNewTemplateButton = $this->melisModalInvoker()->render(array(
   
'id' => $id,
   
'class' => 'btn btn-success',
   
'text' => '<i class="fa fa-plus"></i> '.$this->translate($this->zoneconfig['conf']['name']),
   
'data-melisKey' => $this->melisKey,
),
'invoke');
echo
$openAddNewTemplateButton;

?>