include('siteconfig.php'); function cano($s){ $s = $output = trim(preg_replace(array("`'`", "`[^a-z0-9]+`"), array("", "-"), strtolower($s)), "-"); return $s; } function add3dots($string, $repl, $limit) { if(strlen($string) > $limit) { return substr($string, 0, $limit) . $repl; } else { return $string; } } if (isset($_GET['page'])) { $pagenr = $_GET['page']; } $games_title = "Video Games"; if (isset($_GET['genre'])) $genre = str_replace('/','',$_GET['genre']); if (isset($_GET['orderby'])) $orderbyg=$_GET['orderby']; ?>