* renamed screenshots to gallery and movies to videos

This commit is contained in:
slawkens
2017-10-16 09:25:26 +02:00
parent 3fef1a6eec
commit dd572b00d0
23 changed files with 206 additions and 177 deletions

View File

@@ -4,9 +4,10 @@ $config['lightborder'] = "#F1E0C6";
$config['vdarkborder'] = "#505050";
$config['news_title_color'] = "white";
$config['logo_monster'] = "Elder Beholder";
#List: newcomer,screenshots,premium,poll
$config['boxes'] = "newcomer,screenshots";
// separated by comma
// List: newcomer,gallery,premium,poll
$config['boxes'] = "newcomer,gallery";
$config['background_image'] = "background-artwork-860.jpg";
$config['logo_image'] = "tibia-logo-artwork-top.gif";
$config['screenshot'] = "demon";
$config['gallery_image'] = 1;
?>