Skeleton player form/view/controller
This commit is contained in:
parent
a1436bfebb
commit
c261182c8f
6 changed files with 82 additions and 1 deletions
|
@ -85,6 +85,13 @@ $pages = array(
|
|||
'controller' => 'listenerstat',
|
||||
'action' => 'index',
|
||||
'resource' => 'listenerstat'
|
||||
),
|
||||
array(
|
||||
'label' => _('Embeddable Player'),
|
||||
'module' => 'default',
|
||||
'controller' => 'embeddableplayer',
|
||||
'action' => 'index',
|
||||
'resource' => 'embeddableplayer'
|
||||
)
|
||||
)
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue