mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* added featured article to tibiacom template (you can add them with add news button)
* added networks (facebook and twitter) and highscores (top 5) boxes to tibiacom template, configurable in templates/tibiacom/config.php * fixed polls box in tibiacom template * (internal) moved tibiacom boxes to separate directory * (internal) renamed constant TICKET -> TICKER
This commit is contained in:
@@ -5,8 +5,12 @@ $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";
|
||||
// sequence is important! they will be shown in same order that you add them to the list
|
||||
// List: newcomer,gallery,premium,poll,highscores,networks
|
||||
$config['boxes'] = "highscores,newcomer,gallery,networks,poll";
|
||||
$config['network_facebook'] = 'tibia'; // leave empty to disable
|
||||
$config['network_twitter'] = 'tibia'; // leave empty to disable
|
||||
|
||||
$config['background_image'] = "background-artwork-860.jpg";
|
||||
$config['logo_image'] = "tibia-logo-artwork-top.gif";
|
||||
$config['gallery_image'] = 1;
|
||||
|
Reference in New Issue
Block a user