cc-2167: now playing view with recording shows a gap

-implemented
This commit is contained in:
mkonecny 2011-05-05 16:45:13 -04:00
parent 1337efcdcd
commit 9638f6dd3e
5 changed files with 24 additions and 39 deletions

View file

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