]> git.mjollnir.org Git - moodle.git/commitdiff
- "striping_tags" inthe title
authorwillcast <willcast>
Sat, 18 Oct 2003 12:14:46 +0000 (12:14 +0000)
committerwillcast <willcast>
Sat, 18 Oct 2003 12:14:46 +0000 (12:14 +0000)
mod/glossary/editcategories.php

index 37fda34aec2598aaa72a870ed754917f5a1331e5..47714b799a858f9f3abe8cbd3d6eaef3d28fa975 100644 (file)
@@ -41,8 +41,8 @@
     $strglossaries   = get_string("modulenameplural", "glossary");
     $strglossary     = get_string("modulename", "glossary");
 
-    print_header("$course->shortname: $glossary->name", "$course->fullname",
-                 "$navigation <A HREF=index.php?id=$course->id>$strglossaries</A> -> $glossary->name",
+    print_header(strip_tags("$course->shortname: $glossary->name"), "$course->fullname",
+                 "$navigation <A HREF=index.php?id=$course->id>$strglossaries</A> -> <A HREF=view.php?id=$cm->id&currentview=categories>$glossary->name</a> -> " . get_string("categories","glossary"),
                   "", "", true, update_module_button($cm->id, $course->id, $strglossary),
                   navmenu($course, $cm));