mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
Added meta tag - Description (for search engines)
This commit is contained in:
parent
f5cfe2e349
commit
c8138d90f7
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
redirect("$CFG->wwwroot/admin/");
|
||||
}
|
||||
|
||||
print_header("$site->fullname", "$site->fullname", "", "");
|
||||
print_header("$site->fullname", "$site->fullname", "", "",
|
||||
"<META NAME=\"Description\" CONTENT=\"$site->summary\">");
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue