News pagination

This commit is contained in:
rigaer@hotmail.es
2014-05-17 12:35:45 +02:00
parent 6f2a6049ba
commit 48d6483a82
2 changed files with 51 additions and 14 deletions

View File

@@ -200,8 +200,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,