PHP Classes

File: templates/element/flash/warning.php

Recommend this page to a friend!
  Packages of Andraž   BB   templates/element/flash/warning.php   Download  
File: templates/element/flash/warning.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: BB
Badminton tournament management application
Author: By
Last change:
Date: 15 days ago
Size: 280 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 warning" onclick="this.classList.add('hidden');"><?= $message ?></div>