Gazelle/sections/testing/comments.php

23 lines
312 B
PHP
Raw Permalink Normal View History

2014-01-24 08:00:47 +00:00
<?
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();