ugh, need boxes too.

This commit is contained in:
Jeff Teunissen 2010-08-19 06:57:03 -04:00
parent 1032047e9b
commit 5457fb1e73

View file

@ -3,7 +3,7 @@
$currPage = "docs"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
need ("news table");
need ("boxes news table");
function doc_list ($title, $list, $type)
{
@ -36,8 +36,8 @@
<TR>
<TD colSpan="2">
<?
if (is_file ('doc/' . $notes . '-notes' . '.txt')) {
$lines = file ('doc/' . $notes . '-notes' . '.txt');
if (is_file ('doc/old/' . $notes . '-notes' . '.txt')) {
$lines = file ('doc/old/' . $notes . '-notes' . '.txt');
reset ($lines);
while (list (, $line) = each ($lines)) {
print $line;