__('Layout', 'comicpress'),
'general' => __('General', 'comicpress'),
'index' => __('Home Page', 'comicpress'),
'post' => __('Posts & Pages', 'comicpress'),
'archivesearch' => __('Archive & Search', 'comicpress'),
'menubar' => __('Menubar', 'comicpress'),
'customheader' => __('Custom Header', 'comicpress'),
'buyprint' => __('Buy Print', 'comicpress'),
'config' => __('Configuration', 'comicpress'),
);
if (empty($tab)) { $tab = array_shift(array_keys($tab_info)); }
foreach($tab_info as $tab_id => $label) { ?>