display title
This commit is contained in:
parent
860b4a5f41
commit
51e57f50ad
|
@ -101,6 +101,7 @@ echo "<div class=\"userlist-bright smallPaddingContent\">\n";
|
||||||
echo "<form action=\"profilemain.php\" method=\"post\">\n";
|
echo "<form action=\"profilemain.php\" method=\"post\">\n";
|
||||||
|
|
||||||
$container = new htmlTable();
|
$container = new htmlTable();
|
||||||
|
$container->addElement(new htmlTitle(_("Profile editor")), true);
|
||||||
|
|
||||||
if (isset($_GET['savedSuccessfully'])) {
|
if (isset($_GET['savedSuccessfully'])) {
|
||||||
$message = new htmlStatusMessage("INFO", _("Profile was saved."), htmlspecialchars($_GET['savedSuccessfully']));
|
$message = new htmlStatusMessage("INFO", _("Profile was saved."), htmlspecialchars($_GET['savedSuccessfully']));
|
||||||
|
|
Loading…
Reference in New Issue