From 51e57f50ad7106af3212721a0d213c306c9fa862 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 19 Dec 2010 13:37:51 +0000 Subject: [PATCH] display title --- lam/templates/profedit/profilemain.php | 1 + 1 file changed, 1 insertion(+) 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']));