summaryrefslogtreecommitdiff
path: root/users/index.php
blob: 62b0b63edb92f1df0f6a2f738640b9b7b3fbb602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
require("../template.php");


$content = <<<EOT
<ul>
<li><a href="mgp/">Magicpoint users guide to OO.o's Impress</a> or hints 
MagicPoint users.</li>
</ul>
EOT;

print_page("Go-OO! - users", array("users", "summary"),
   "User resources",
   $content
);
?>