6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
include_once FMF_LAYOUT . '/header.php';
|
|
|
|
echo $message ?? '';
|
|
|
|
include_once FMF_LAYOUT . '/footer.php';
|