mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Better way to include initial intro.html
This commit is contained in:
parent
9bd2c8741c
commit
235bb050c5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user