Minor cosmetic updates

This commit is contained in:
Deon George
2011-04-28 11:53:40 +10:00
parent 75640ccc3e
commit b6500224d3
2 changed files with 9 additions and 4 deletions

View File

@@ -2555,7 +2555,7 @@ function get_href($type,$extra_info='') {
else
$proto = 'https';
return isset($_SESSION) && ! $_SESSION[APPCONFIG]->getValue('appearance','remoteurls') ? '' : sprintf('%s://sflogo.sourceforge.net/sflogo.php?group_id=%s&type=8',$proto,$group_id);
return isset($_SESSION) && ! $_SESSION[APPCONFIG]->getValue('appearance','remoteurls') ? '' : sprintf('%s://sflogo.sourceforge.net/sflogo.php?group_id=%s&type=10',$proto,$group_id);
case 'sf':
return sprintf('%s/projects/phpldapadmin',$sf);
case 'web':