mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-05 15:43:53 +02:00
5 lines
No EOL
151 B
PHP
5 lines
No EOL
151 B
PHP
<div id="notificationLayout">
|
|
<h1><?php echo $params['name']; ?></h1>
|
|
<h3><?php echo $params['title']; ?></h3>
|
|
<p><?php echo $message; ?></p>
|
|
</div>
|