1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/include/shared-stat.inc
2006-09-12 12:37:44 +00:00

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();
}