diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index ec49ea93..a73f72b8 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -101,6 +101,7 @@ echo "
\n"; echo "
\n"; $container = new htmlTable(); +$container->addElement(new htmlTitle(_("Profile editor")), true); if (isset($_GET['savedSuccessfully'])) { $message = new htmlStatusMessage("INFO", _("Profile was saved."), htmlspecialchars($_GET['savedSuccessfully']));