mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Removed typo .php
This commit is contained in:
parent
809e6508db
commit
875ea7db1b
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@
|
||||||
|
|
||||||
$table->data[] = array("<font size=+1><b><a href=\"../course/index.php?edit=on\">".get_string("courses")."</a></b>",
|
$table->data[] = array("<font size=+1><b><a href=\"../course/index.php?edit=on\">".get_string("courses")."</a></b>",
|
||||||
"<font size=+1> </font>".get_string("adminhelpcourses"));
|
"<font size=+1> </font>".get_string("adminhelpcourses"));
|
||||||
$table->data[] = array("<font size=+1><b><a href=\"../course/log.php?id=$site->id.php\">".get_string("logs")."</a></b>",
|
$table->data[] = array("<font size=+1><b><a href=\"../course/log.php?id=$site->id\">".get_string("logs")."</a></b>",
|
||||||
"<font size=+1> </font>".get_string("adminhelplogs"));
|
"<font size=+1> </font>".get_string("adminhelplogs"));
|
||||||
$table->data[] = array("<font size=+1><b><a href=\"../files/index.php?id=$site->id\">".get_string("sitefiles")."</a></b>",
|
$table->data[] = array("<font size=+1><b><a href=\"../files/index.php?id=$site->id\">".get_string("sitefiles")."</a></b>",
|
||||||
"<font size=+1> </font>".get_string("adminhelpsitefiles"));
|
"<font size=+1> </font>".get_string("adminhelpsitefiles"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue