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 +
diff --git a/options/resources.php b/options/resources.php new file mode 100644 index 0000000..8a49162 --- /dev/null +++ b/options/resources.php @@ -0,0 +1,20 @@ +
+
+ + + + + + + + + +
+ +
+
+
+
diff --git a/options/webcomics-com.php b/options/webcomics-com.php new file mode 100644 index 0000000..157499d --- /dev/null +++ b/options/webcomics-com.php @@ -0,0 +1,20 @@ +
+
+ + + + + + + + + +
+ +
+
+
+
\ No newline at end of file