mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
Header is out and "Site:" is in.
Partially solved Bug 1837 (http://moodle.org/bugs/bug.php?op=show&bugid=1837) Merged from MOODLE_14_STABLE
This commit is contained in:
parent
0446243690
commit
62067fe3ae
@ -33,7 +33,7 @@
|
|||||||
$entriesbypage = $CFG->glossary_entbypage;
|
$entriesbypage = $CFG->glossary_entbypage;
|
||||||
}
|
}
|
||||||
|
|
||||||
print_header_simple(strip_tags("$glossary->name"));
|
print_header();
|
||||||
|
|
||||||
if ($CFG->forcelogin) {
|
if ($CFG->forcelogin) {
|
||||||
require_login();
|
require_login();
|
||||||
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
$site = get_record("course","id",1);
|
$site = get_record("course","id",1);
|
||||||
echo '<p align="right"><font size="-1">' . userdate(time()) . '</font></p>';
|
echo '<p align="right"><font size="-1">' . userdate(time()) . '</font></p>';
|
||||||
echo '<strong>' . $site->fullname . '</strong><br />';
|
echo get_string("site") . ': <strong>' . $site->fullname . '</strong><br />';
|
||||||
echo get_string("course") . ': <strong>' . $course->fullname . ' ('. $course->shortname . ')</strong><br />';
|
echo get_string("course") . ': <strong>' . $course->fullname . ' ('. $course->shortname . ')</strong><br />';
|
||||||
echo get_string("modulename","glossary") . ': <strong>' . $glossary->name . '</strong><p>';
|
echo get_string("modulename","glossary") . ': <strong>' . $glossary->name . '</strong><p>';
|
||||||
if ( $allentries ) {
|
if ( $allentries ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user