".$type."/"; } else { echo "

What are you looking for?

"; } if($type == "") { echo'
PSM Unity
PSM
PSM Android
Unofficial Tools
'; } elseif($type == "psm") { echo'
PSM SDK
PSM Runtime
Dev Assistant
PSDP Packages
Documentation
PSM Sources
Publisher Keys
PSM Drivers
'; } elseif($type == "psm-sources") { echo'
PSM Mono Src
PSM Games Src
'; } elseif($type == "unity") { echo'
Unity Exports
Dev Assistant
Documentation
Assets
Tools for Unity
PSDP Packages
'; } else { $dirlist = glob($type.'/*'); foreach ($dirlist as &$path) { echo '
'.getName(pathinfo(basename($path), PATHINFO_FILENAME)).'
'; } } ?>