mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 01:44:27 +02:00
Fixed description tag and moved switch
This commit is contained in:
parent
c8138d90f7
commit
9284942d29
@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
print_header("$site->fullname", "$site->fullname", "", "",
|
||||
"<META NAME=\"Description\" CONTENT=\"$site->summary\">");
|
||||
"<META NAME=\"Description\" CONTENT=\"".stripslashes(strip_tags($site->summary))."\">");
|
||||
|
||||
|
||||
?>
|
||||
@ -25,6 +25,8 @@
|
||||
|
||||
<? include("mod/reading/lib.php");
|
||||
list_all_readings();
|
||||
echo "<P>";
|
||||
print_editing_switch($site->id);
|
||||
?>
|
||||
|
||||
</TD>
|
||||
@ -45,10 +47,6 @@
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<CENTER><P>
|
||||
<? print_editing_switch($site->id); ?>
|
||||
</P><CENTER>
|
||||
|
||||
<? include("$CFG->dirroot/theme/$CFG->theme/footer.html"); ?>
|
||||
|
||||
<P ALIGN=center>
|
||||
|
Loading…
x
Reference in New Issue
Block a user