-added help page

-added additional user info
This commit is contained in:
martin 2011-02-11 18:13:26 -05:00
parent 4cf5a46c67
commit 43f7f8e103
14 changed files with 159 additions and 6 deletions

View file

@ -13,10 +13,15 @@ class DashboardController extends Zend_Controller_Action
// action body
}
public function helpAction()
{
// action body
}
}