$software_name
";
echo '';
if (empty($sw)) {
echo '
There are no software in this category! They will appear here as soon as they support TinyEmotes.
'; } foreach ($sw as $s) { $name_lower = strtolower($s["name"]); echo '';
echo "
";
echo '
';
}
echo '';
echo '';
echo '
';
echo '' . $s["name"] . '
by ' . $s["author"] . '
' . $s["desc"] . '
'; $screenshot_path = "./static/img/software/$name_lower/screenshots"; if (is_dir($screenshot_path)) { echo ''; } echo '';
echo 'Download';
echo '[ Source code ]';
echo '