Gazelle/sections/testing/comments.php
2014-01-24 08:00:47 +00:00

23 lines
312 B
PHP

<?
if (!check_perms('users_mod')) {
error(404);
}
View::show_header("Tests");
?>
<div class="header">
<h2>Documentation</h2>
<? TestingView::render_linkbox("comments"); ?>
</div>
<div class="thin">
<? TestingView::render_missing_documentation(Testing::get_classes());?>
</div>
<?
View::show_footer();