Move news config to settings

This commit is contained in:
slawkens
2023-07-20 21:01:33 +02:00
parent ed7daf9482
commit 1b2fd39ea7
3 changed files with 34 additions and 6 deletions

View File

@@ -113,12 +113,6 @@ $config = array(
//'Some Quest Two' => 456,
), // quests list (displayed in character view), name => storage
// news page
'news_limit' => 5, // limit of news on the latest news page
'news_ticker_limit' => 5, // limit of news in tickers (mini news) (0 to disable)
'news_date_format' => 'j.n.Y', // check php manual date() function for more info about this
'news_author' => true, // show author of the news
// gifts/shop system
'gifts_system' => false,