fixed wrong title
This commit is contained in:
parent
193ae2c571
commit
6e4a5cb157
|
@ -71,7 +71,7 @@ if ($passwd != $conf->get_Passwd()) {
|
|||
|
||||
echo $_SESSION['header'];
|
||||
|
||||
echo "<title>listusers</title>\n";
|
||||
echo "<title>" . _("LDAP Account Manager Configuration") . "</title>\n";
|
||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||
echo "</head><body>\n";
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ if ($passwd != $conf->get_Passwd()) {
|
|||
|
||||
echo $_SESSION['header'];
|
||||
|
||||
echo "<title>listusers</title>\n";
|
||||
echo "<title>" . _("LDAP Account Manager Configuration") . "</title>\n";
|
||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||
echo "</head><body>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue