Skeleton player form/view/controller

This commit is contained in:
drigato 2015-02-12 14:08:06 -05:00
parent a1436bfebb
commit c261182c8f
6 changed files with 82 additions and 1 deletions

View file

@ -85,6 +85,13 @@ $pages = array(
'controller' => 'listenerstat',
'action' => 'index',
'resource' => 'listenerstat'
),
array(
'label' => _('Embeddable Player'),
'module' => 'default',
'controller' => 'embeddableplayer',
'action' => 'index',
'resource' => 'embeddableplayer'
)
)
),