';
echo '
';
printf('',IMGDIR,_('phpLDAPadmin logo'),_('phpLDAPadmin logo'));
echo '
';
echo _('Use the menu to the left to navigate');
echo '
';
$links = '';
if ($_SESSION[APPCONFIG]->isCommandAvailable('external_links','credits'))
$links .= sprintf('%s',get_href('credits'),_('Credits'));
if ($_SESSION[APPCONFIG]->isCommandAvailable('external_links','help')) {
if ($links) $links .= ' | ';
$links .= sprintf('%s',get_href('documentation'),_('Documentation'));
}
if ($_SESSION[APPCONFIG]->isCommandAvailable('external_links','donation')) {
if ($links) $links .= ' | ';
$links .= sprintf('%s',get_href('donate'),_('Donate'));
}
if ($links) {
echo $links;
echo '
';
}
echo '';
?>