-small fixes

-about popup without styling added
This commit is contained in:
mkonecny 2011-02-10 20:48:26 -05:00
parent fce3f390ef
commit cf004abb44
12 changed files with 74 additions and 7 deletions

View file

@ -0,0 +1,22 @@
<?php
class DashboardController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
// action body
}
}