1<?php
2require_once('header.php');
3
4echo "<h2>Help information about SquirrelMail statistics</h2>\n";
5
6echo "<p>under construction</p>";
7
8?>
9
10<table cellpadding="2" cellspacing="0" border="0" width="100%" bgcolor="#ececec">
11<tr align="center"><td><font size="2">
12
13<a href="./index.php">index</a> |
14<a href="./about.php">about</a> |
15help
16
17</font></td></tr></table>
18</td></tr></table>
19
20<?php
21require_once('footer.php');
22?>