It looks like you're new here. If you want to get involved, click one of these buttons!
$route['default_controller'] = 'fuel/page_router';
$route['404_override'] = 'fuel/page_router';
$route['translate_uri_dashes'] = FALSE;
/*
| Uncomment this line if you want to use the automatically generated sitemap based on your navigation.
| To modify the sitemap.xml, go to the views/sitemap_xml.php file.
*/
$route['sitemap.xml'] = 'sitemap_xml';
$route['news|news/(:any)$'] = 'blog/$1';
include(MODULES_PATH.'/fuel/config/fuel_routes.php');
Comments
$modules = $CI->fuel->pages->options_list('all', FALSE, FALSE);
Any other thoughts?
Thanks!