PHP Classes

File: templates/element/flash/error.php

Recommend this page to a friend!
  Packages of Andraž   BB   templates/element/flash/error.php   Download  
File: templates/element/flash/error.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: 192 bytes
 

Contents

Class file image Download
<?php
/**
 * @var string $message
 */
?>
<div class="flash-error" role="alert">
    <div class="flash-icon">??</div>
    <div class="flash-message-text">
        <?= h($message) ?>
</d