mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
15 lines
247 B
C++
15 lines
247 B
C++
<?php // -*- C++ -*-
|
|
// $Id$
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
|
|
function commonStatHeader($title) {
|
|
site_header($title);
|
|
}
|
|
|
|
function commonStatBody($title) {
|
|
}
|
|
|
|
function commonStatFooter() {
|
|
site_footer();
|
|
}
|