myaac/templates/tibiacom/config.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;
?>