fixed wrong title

This commit is contained in:
Roland Gruber 2004-01-02 12:42:46 +00:00
parent 193ae2c571
commit 6e4a5cb157
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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";