array( 'title' => t('Theming'), 'description' => t('Custom and dynamic theming for Navigate.'), 'section' => array( 'colors' => array( 'header' => t('Colors & Shading'), 'content' => t('This is where the new theming settings will go.'), ), ) )); } } /** * Implementation of hook_navigate_help_page(). */ function navigate_theme_navigate_help_page() { $help['content'] = t('No help.'); $help['title'] = 'Theming'; $help['access'] = user_access('navigate_theme use'); return $help; }