Skip to content

Commit

Permalink
Better way to include initial intro.html
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 29, 2002
1 parent 9bd2c87 commit 235bb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$include = true;
}

$info = document_file($file, $include);
document_file($file, $include);

if ($include) {
exit;
Expand All @@ -27,6 +27,6 @@
<FRAME NAME="top" SRC="top.php">
<FRAMESET COLS="200,*">
<FRAME NAME="contents" SRC="contents.php">
<FRAME NAME="main" SRC="<?PHP echo "$info->urlpath"; ?>">
<FRAME NAME="main" SRC="index.php?file=<?PHP echo "$file"; ?>">
</FRAMESET>
</FRAMESET>

0 comments on commit 235bb05

Please sign in to comment.