diff options
author | Frug <frugen@gmail.com> | 2014-07-20 18:30:17 -0400 |
---|---|---|
committer | Frug <frugen@gmail.com> | 2014-07-20 18:30:17 -0400 |
commit | f5b267a63fa556a6623ff1d6a94865ca91f15a84 (patch) | |
tree | e220deb6712cc98e4a08e000d23a7131f7eff67e | |
parent | fef4df1e9b528ff375a6316fe23c5f0157648303 (diff) | |
download | AJAX-Chat-f5b267a63fa556a6623ff1d6a94865ca91f15a84.zip AJAX-Chat-f5b267a63fa556a6623ff1d6a94865ca91f15a84.tar.gz AJAX-Chat-f5b267a63fa556a6623ff1d6a94865ca91f15a84.tar.bz2 |
Add pine, remove subsilver, subblack
-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 +?> |