mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
ugh, need boxes too.
This commit is contained in:
parent
1032047e9b
commit
5457fb1e73
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue