CC-2701: Separate Support Settings from Preference page

- done.
This commit is contained in:
James 2011-08-18 18:58:59 -04:00
parent 91df62a3dd
commit d83f9f1b96
9 changed files with 149 additions and 98 deletions

View file

@ -58,6 +58,12 @@ $pages = array(
'module' => 'default',
'controller' => 'Preference',
'action' => 'directory-config'
),
array(
'label' => 'Support Settings',
'module' => 'default',
'controller' => 'Preference',
'action' => 'support-setting'
)
)
),