i followed the blog tutorial of Bonfire, i wanted to add the blog module to a new context called News i followed the instructions of creating a new context :
- adding the context
- localize the context name
config/application.php
$config['contexts'] = array('content','news','reports','settings','developer');
language/english/application_lang.php
$lang['bf_context_news'] = 'News';
My Question Is : when i type the url .../index.php/admin/news/blog/
it redirects me to .../index.php/admin/content/