mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
14 lines
443 B
PHP
14 lines
443 B
PHP
<?php
|
|
$config['darkborder'] = "#D4C0A1";
|
|
$config['lightborder'] = "#F1E0C6";
|
|
$config['vdarkborder'] = "#505050";
|
|
$config['news_title_color'] = "white";
|
|
$config['logo_monster'] = "Elder Beholder";
|
|
// 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['gallery_image'] = 1;
|
|
?>
|