Merged 'no entry' fix to printSectionDocs
[course.git] / html / homeworks.shtml
1 <!--#include virtual="shared/header.shtml"-->
2
3 <h3>Homeworks</h3>
4
5 <?php
6 include('php/section_docs.php');
7 printSectionDocs('Homework', 'doc/hwk', 'hwk', 20);
8 ?>
9
10 <!--#include virtual="shared/footer.shtml"-->