Revert problem.relativistic-limo.tex back to expecting `limo.*`.
[course.git] / html / announcements.shtml
1 <!--#include virtual="shared/header.shtml"-->
2
3 <?php
4 include ('php/atom.php');
5 if (file_exists('xml/atom.xml'))
6   $s=simplexml_load_file('xml/atom.xml');
7 else
8   $s=NULL;
9 printAtom("Announcements", $s, "Feed purpose");
10 ?>
11
12 <!--#include virtual="shared/footer.shtml"-->