This repository has been archived on 2024-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
chie/layout/notice.php
2024-12-24 10:37:16 +01:00

6 lines
111 B
PHP

<?php
include_once FMF_LAYOUT . '/header.php';
echo $message ?? '';
include_once FMF_LAYOUT . '/footer.php';