diff --git a/lam/templates/profedit/profilepage.php b/lam/templates/profedit/profilepage.php index 4ca1a5d9..bc625ec2 100644 --- a/lam/templates/profedit/profilepage.php +++ b/lam/templates/profedit/profilepage.php @@ -65,8 +65,8 @@ if (isset($_POST['abort'])) { // print header echo $_SESSION['header']; -echo "\n\n"; -echo "\n\n"; +echo "Profile editor\n\n"; +echo "\n\n"; echo "
\n"; // save button was presed @@ -234,7 +234,7 @@ for ($m = 0; $m < sizeof($modules); $m++) { $module = new $modules[$m]($type); $iconImage = $module->getIcon(); if ($iconImage != null) { - $icon = ' '; + $icon = '' . $iconImage . ' '; } echo "$icon" . getModuleAlias($modules[$m], $type) . "\n"; $profileTypes = parseHtml($modules[$m], $options[$modules[$m]], $old_options, true, $tabindex, $tabindexLink, $type);