Merge branch 'saas-dev' into soundcloud
This commit is contained in:
commit
706d7db2b2
20 changed files with 172 additions and 45 deletions
|
@ -36,6 +36,13 @@ $pages = array(
|
|||
'action' => 'index',
|
||||
'resource' => 'schedule'
|
||||
),
|
||||
array(
|
||||
'label' => _('Radio Page'),
|
||||
'uri' => '/',
|
||||
'resource' => '',
|
||||
'pages' => array(
|
||||
)
|
||||
),
|
||||
array(
|
||||
'label' => _('System'),
|
||||
'uri' => '#',
|
||||
|
@ -81,7 +88,7 @@ $pages = array(
|
|||
'resource' => 'listenerstat'
|
||||
),
|
||||
array(
|
||||
'label' => _('Widgets'),
|
||||
'label' => _('Embeddable Widgets'),
|
||||
'module' => 'default',
|
||||
'controller' => 'embeddablewidgets',
|
||||
'action' => 'index'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue