diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index 1963b091..df408355 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -38,10 +38,15 @@ elseif (is_file("../../login.php")) $headerPrefix = "../../"; /** tool definitions */ include_once($headerPrefix . "../lib/tools.inc"); +$pro = ''; +if (isLAMProVersion()) { + $pro = ' Pro'; +} + // HTML header and title echo $_SESSION['header']; echo "\n"; -echo "LDAP Account Manager\n"; +echo "LDAP Account Manager" . $pro . " (" . str_replace(array('ldap://', 'ldaps://'), array('', ''), $_SESSION['config']->get_ServerURL()) . ")\n"; // include all CSS files $cssDirName = dirname(__FILE__) . '/../style'; @@ -99,10 +104,7 @@ foreach ($toSort as $key => $value) {  LDAP Account Manager  LDAP Account Manager