diff --git a/lam/templates/serverInfo.php b/lam/templates/serverInfo.php index aa42befc..b0b8341b 100644 --- a/lam/templates/serverInfo.php +++ b/lam/templates/serverInfo.php @@ -89,7 +89,7 @@ echo '
'; $tabindex = 1; $container = new htmlTable(); -$container->addElement(new htmlSubTitle(_("Server information")), true); +$container->addElement(new htmlTitle(_("Server information")), true); $container->addElement(new htmlOutputText('' . _("Managed suffixes") . '', false)); $container->addElement(new htmlSpacer('20px', null)); diff --git a/lam/templates/tools.php b/lam/templates/tools.php index f61b74b5..ad5b5ac7 100644 --- a/lam/templates/tools.php +++ b/lam/templates/tools.php @@ -60,7 +60,7 @@ echo "
\n"; // print tools table $container = new htmlTable(); -$container->addElement(new htmlSubTitle(_('Tools')), true); +$container->addElement(new htmlTitle(_('Tools')), true); for ($i = 0; $i < sizeof($tools); $i++) { // check access level