added forward from index to page/home
This commit is contained in:
parent
bffe0f1660
commit
1142ae8171
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class IndexController extends Katharsis_Controller_Abstract
|
|||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
$controller = new PageController();
|
||||
$controller->homeAction();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue