add a meaningful title to HTML-pages (Issue #185)

This commit is contained in:
coderkun 2014-05-04 01:41:54 +02:00
commit dde0a50e04
22 changed files with 334 additions and 39 deletions

View file

@ -113,7 +113,8 @@
*/
public static $misc = array(
'ranking_range' => 2,
'achievements_range' => 3
'achievements_range' => 3,
'title_delimiter' => ' '
);