Back option in splitter html mode

This commit is contained in:
2020-12-29 02:59:31 +01:00
parent 2f4d157dae
commit c57a64802e
+1
View File
@@ -33,6 +33,7 @@ if ($format == "html")
echo $start;
echo '<h2>Page ' . $page . '/' . $maxpage . ' of osu! songs</h2>';
echo '<a href="./">[Back]</a> &nbsp;&nbsp;&nbsp; ';
echo '<a href="./splitter.php?page=' . $previous . '">[Previous]</a> ';
echo '<a href="./splitter.php?page=' . $next . '">[Next]</a> ';
echo "<pre>";