diff options
Diffstat (limited to 'chat/lib/config.php.example')
-rw-r--r-- | chat/lib/config.php.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/lib/config.php.example b/chat/lib/config.php.example index 4cf4b21..8bcc891 100644 --- a/chat/lib/config.php.example +++ b/chat/lib/config.php.example @@ -57,7 +57,7 @@ $config['langNames'] = array( ); // Available styles: -$config['styleAvailable'] = array('beige','black','grey','Oxygen','Lithium','Sulfur','Cobalt','Mercury','Uranium','Plum','prosilver','subblack2','subSilver','Core','MyBB','vBulletin'); +$config['styleAvailable'] = array('beige','black','grey','Oxygen','Lithium','Sulfur','Cobalt','Mercury','Uranium','Pine','Plum','prosilver','Core','MyBB','vBulletin','XenForo'); // Default style: $config['styleDefault'] = 'prosilver'; @@ -208,4 +208,4 @@ $config['socketServerIP'] = '127.0.0.1'; $config['socketServerPort'] = 1935; // This ID can be used to distinguish between different chat installations using the same socket server: $config['socketServerChatID'] = 0; -?>
\ No newline at end of file +?> |