get_ActiveTypes(); ?>
|     |   |   | 
		get_Suffix('tree') != "") {
				$linkList[] = ' ' . _("Tree view") . '' . "\n";
			}
			for ($i = 0; $i < sizeof($types); $i++) {
					$linkList[] = '' .
					'
 ' . _("Tree view") . '' . "\n";
			}
			for ($i = 0; $i < sizeof($types); $i++) {
					$linkList[] = '' .
					'![' . $types[$i] . '](../graphics/' . $types[$i] . '.png) ' .
					'' . getTypeAlias($types[$i]) . '';
			}
			echo implode('        ', $linkList);
		?>
 ' .
					'' . getTypeAlias($types[$i]) . '';
			}
			echo implode('        ', $linkList);
		?>