PHP Classes

File: backend/php/cakephp/templates/element/flash/success.php

Recommend this page to a friend!
  Packages of Everton C B Junior   Igreja Aberta   backend/php/cakephp/templates/element/flash/success.php   Download  
File: backend/php/cakephp/templates/element/flash/success.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Igreja Aberta
Church activity management application
Author: By
Last change:
Date: 11 days ago
Size: 279 bytes
 

Contents

Class file image Download
<?php
/**
 * @var \App\View\AppView $this
 * @var array $params
 * @var string $message
 */
if (!isset($params['escape']) || $params['escape'] !== false) {
   
$message = h($message);
}
?>
<div class="message success" onclick="this.classList.add('hidden')"><?= $message ?></div>