Commit 0d056d77 authored by Jonathan.Wage's avatar Jonathan.Wage

hmm, not sure.

parent e20c213a
......@@ -16,8 +16,8 @@ download:
param: { module: main, action: download }
manual:
url: /documentation/manual
param: { module: main, action: manual }
url: /documentation/manual/*
param: { module: manual, action: index }
api_documentation:
url: /documentation/api
......
......@@ -17,11 +17,6 @@ class mainActions extends sfActions
public function executeIndex()
{
}
public function executeManual()
{
$this->redirect('http://doctrine.pengus.net/doctrine/manual/new');
}
public function executeAbout()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment