Better way to include initial intro.html

This commit is contained in:
moodler 2002-12-29 14:43:49 +00:00
parent 9bd2c8741c
commit 235bb050c5

View File

@ -11,7 +11,7 @@
$include = true;
}
$info = document_file($file, $include);
document_file($file, $include);
if ($include) {
exit;
@ -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>