-small fixes
-about popup without styling added
This commit is contained in:
parent
fce3f390ef
commit
cf004abb44
12 changed files with 74 additions and 7 deletions
22
application/controllers/DashboardController.php
Normal file
22
application/controllers/DashboardController.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
class DashboardController extends Zend_Controller_Action
|
||||
{
|
||||
|
||||
public function init()
|
||||
{
|
||||
/* Initialize action controller here */
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
{
|
||||
// action body
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue