includes from the template
-<?php
- global $CFG, $THEME;
- require_once("../../config.php");
- require_once("lib.php");
-?>
-<FORM name="theform" method="post" <?=$onsubmit ?> action="edit.php" enctype="multipart/form-data">
+<center>
+<form name="theform" method="post" <?=$onsubmit ?> action="edit.php" enctype="multipart/form-data">
<table class=generalbox cellpadding=5 bgcolor="<?php p($THEME->cellheading)?>">
<tr valign=top>
<td align=right><p><b><?php echo get_string("concept","glossary") ?>:</b></p></td>
</td>
</tr>
</table>
-</p>
+</center>
</form>
<A HREF=\"view.php?id=$cm->id\">$glossary->name</A> -> $stredit", "theform.text",
"", true, "", navmenu($course, $cm));
-echo "<CENTER>\n";
-
-print_simple_box( text_to_html($glossary->name) , "center");
-
-echo "<BR>";
+print_heading($glossary->name);
include("edit.html");