Merge pull request #117 from Alvaritos/master

News pagination
This commit is contained in:
Stefan A. Brannfjell
2014-05-18 20:04:40 +02:00
2 changed files with 51 additions and 14 deletions

View File

@@ -262,8 +262,13 @@
// -------------- \\
// WEBSITE STUFF \\
// -------------- \\
// News to be displayed per page
$config['news_per_page'] = 4;
// Enable or disable changelog ticker in news page.
$config['UseChangelogTicker'] = true;
// Highscore configuration
$config['highscore'] = array(
'rows' => 100,