diff --git a/ceo-config.php b/ceo-config.php
index 4e39a09..23bd9af 100644
--- a/ceo-config.php
+++ b/ceo-config.php
@@ -140,13 +140,15 @@ if ( isset($_POST['_wpnonce']) && wp_verify_nonce($_POST['_wpnonce'], 'update-op
__('Main', 'comiceasel'),
'general' => __('General', 'comiceasel'),
'navigation' => __('Navigation', 'comiceasel'),
- 'archive' => __('Archive', 'comiceasel'),
+ 'archive' => __('Archive', 'comiceasel')
);
if (!defined('CEO_FEATURE_BUY_COMIC'))
$tab_info['buycomic'] = __('Buy Comic','comiceasel');
-
+ $tab_info['webcomics-com'] = __('WebComics.COM', 'comiceasel');
+ $tab_info['resources'] = __('Resources', 'comiceasel');
if (empty($tab)) { $tab = array_shift(array_keys($tab_info)); }
foreach($tab_info as $tab_id => $label) { ?>
@@ -187,7 +189,6 @@ if ( isset($_POST['_wpnonce']) && wp_verify_nonce($_POST['_wpnonce'], 'update-op