This repository has been archived on 2021-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
chie/layout/notice.php

7 lines
111 B
PHP
Raw Normal View History

2020-07-06 17:09:56 +00:00
<?php
include_once FMF_LAYOUT . '/header.php';
echo $message ?? '';
include_once FMF_LAYOUT . '/footer.php';