Signed-off-by: fpdb-mme <jUrner@arcor.de>

initial commit
This commit is contained in:
fpdb-mme
2009-10-25 00:13:35 +02:00
commit 0b0312d1ee
144 changed files with 18143 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php
$PAGE_TITLE = 'Abreviations';
require 'header.php';
require 'sidebar.php';
?>
<div id="main">
<h1>Benchmarks</h1>
<p>Check this page from time to time and they will come.</p>
</div>
<?php
require 'footer.php';
?>