SAAS-1019: Re-work Navigation Menu
Created Widget sub menu and moved widgets into separate controller actions
This commit is contained in:
parent
3aee9a49bc
commit
e5f5ff4c88
7 changed files with 72 additions and 52 deletions
|
@ -83,7 +83,21 @@ $pages = array(
|
|||
'label' => _('Widgets'),
|
||||
'module' => 'default',
|
||||
'controller' => 'embeddablewidgets',
|
||||
'action' => 'index'
|
||||
'action' => 'player',
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => _('Player'),
|
||||
'module' => 'default',
|
||||
'controller' => 'embeddablewidgets',
|
||||
'action' => 'player',
|
||||
),
|
||||
array(
|
||||
'label' => _('Weekly Schedule'),
|
||||
'module' => 'default',
|
||||
'controller' => 'embeddablewidgets',
|
||||
'action' => 'schedule',
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
'label' => _('Help'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue