"; switch ($category) { case "masks": echo "The Database of Rubberist Patterns - Masks"; break; case "tops": echo "The Database of Rubberist Patterns - Tops"; break; case "bottoms": echo "The Database of Rubberist Patterns - Bottoms"; break; case "suits": echo "The Database of Rubberist Patterns - Suits"; break; case "alt": echo "The Database of Rubberist Patterns - Alternative"; break; case "misc": echo "The Database of Rubberist Patterns - Miscellaneous"; break; default : echo "The Database of Rubberist Patterns - ERROR!"; } if ( $item != "") echo " - $item"; echo ""; } else if ( $information != "" ) { switch ($information) { case "first": echo "
Front Page || Patterns: Masks | Tops | Bottoms | Suits | Alternative | Miscellaneous || Information
";
echo " \nDownload SVG"; echo " | ";
if (file_exists("categories/$category/$item/pattern.png")) {
echo " \nDownload PNG"; } elseif (file_exists("categories/$category/$item/pattern.jpg")) { echo " \nDownload JPG"; } echo " |