'. t('Blog') .''; $help .= '

'. t("The blog lets your team communicate by posting updates and discussing issues. It is a great place for sharing progress, discussing challenges, and exploring ideas.") .'

'; $help .= '

'. t("To start a conversation navigate to the blog and click the \"Add blog post\" button. You will need to enter a title and some body content to your post. Then click \"Save\".") .'

'; return $help; } // Contextual help content. if (context_isset('context', 'blog_listing')) { if ($path == 'node/add/blog') { $help = ''; $help .= '

'. t('Blog') .'

'; $help .= '

'. t("Post an entry to the blog of this group. The post will be shared will all team members on the blog, and they will be able to reply to it. You can optionally notify other group members by checking their name in the notifications field.") .'

'; return $help; } else { $help = '

'. t('Blog') .'

'; $help .= '

'. t("The blog lets your team communicate by posting updates and discussing issues. It is a great place for sharing progress, discussing challenges, and exploring ideas.") .'

'; return $help; } } }