Make HTML valid
[stouyapi.git] / bin / functions.php
1 <?php
2 /**
3  * Functions needed by import-game-data.php and build-html.php
4  */
5
6 function categoryPath($title)
7 {
8     return str_replace(['/', '\\', ' ', '+', '?'], '_', $title);
9 }
10 ?>