I installed simplicity template by setting $route['default_controller'] = "example"; in routes.php under application->config.Now suppose i have another controller say forum.php and a view forum.php in views folder.if i place a link in your template page which will redirect to http://localhost/codeigniter/index.php/forum/forum, then that forum view will be displayed, but how do i display this forum view under ur template's let's say content area? how this goes as codeigniter is all displaying views.All i mean how other views displayed along with ur default template?
I installed simplicity template by setting $route['default_controller'] = "example"; in routes.php under application->config.Now suppose i have another controller say forum.php and a view forum.php in views folder.if i place a link in your template page which will redirect to http://localhost/codeigniter/index.php/forum/forum, then that forum view will be displayed, but how do i display this forum view under ur template's let's say content area? how this goes as codeigniter is all displaying views.All i mean how other views displayed along with ur default template?