3 * Functions needed by import-game-data.php and build-html.php
6 function categoryPath($title)
8 if ($title == 'Tutorials') {
9 //OUYAs fetch "Make" from "discover/tutorials"
10 $title = strtolower($title);
12 return str_replace(['/', '\\', ' ', '+', '?', '!'], '_', $title);