From 5860551daa0f60103ad24e93da29f401a653f144 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 29 Mar 2024 22:05:35 +0100 Subject: Updated 20 files, added 6 files, deleted 144 files and renamed .idea/ponycule.iml (automated) --- pages/byspecies.inc | 97 ----------------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 pages/byspecies.inc (limited to 'pages/byspecies.inc') diff --git a/pages/byspecies.inc b/pages/byspecies.inc deleted file mode 100644 index 4a9ce66..0000000 --- a/pages/byspecies.inc +++ /dev/null @@ -1,97 +0,0 @@ - -
-
- () -
- -
- 0): ?> - ">" style="width:24px;"> ,
'); $index++; endforeach; ?> - - -
-
- 0) species($earth, "earth", $lang["species"]["earth"][3]); - if (count($pegasus) > 0) species($pegasus, "pegasus", $lang["species"]["pegasus"][3]); - if (count($unicorn) > 0) species($unicorn, "unicorn", $lang["species"]["unicorn"][3]); - if (count($alicorn) > 0) species($alicorn, "alicorn", $lang["species"]["alicorn"][3]); - if (count($batpony) > 0) species($batpony, "batpony", $lang["species"]["batpony"][3]); - if (count($crystal) > 0) species($crystal, "crystal", $lang["species"]["crystal"][3]); - if (count($deer) > 0 ) species($deer, "deer", "Deers"); - if (count($kirin) > 0) species($kirin, "kirin", "Kirins"); - if (count($changeling) > 0) species($changeling, "changeling", "Changelings"); - if (count($merpony) > 0) species($merpony, "merpony", "Merponies"); - if (count($human) > 0) species($human, "human", "Humans"); -} - -?> - -
-
-

Members by species

- -
- - \ No newline at end of file -- cgit