Jump to content
Froxlor Forum
  • 0

sasettings panel_navigation patch


carsten

Question

Hi,

 

I wrote a small patch for the missing panel_navigation which is needed by the sasettings-module. Just add:

 

<?php

return array (
   'admin' => array (
               'sasettings' => array (
                       'label' => $lng['modules']['sasettings']['title'],
                       'elements' => array (
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=global',
                                       'label' => $lng['modules']['sasettings']['globaltitle'],
                               ),
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=domains',
                                       'label' => $lng['modules']['sasettings']['domainstitle'],
                               ),
                               array (
                                       'url' => 'modules_admin_sasettings.php?page=prefs',
                                       'label' => $lng['modules']['sasettings']['preftitle'],
                               ),
                       ),
               ),
       ),
);

?>

 

to /var/www/froxlor/lib/navigation/30.sasettings.php and this

 

                                array (
                                       'url' => 'modules_customer_sasettings.php?page=domains',
                                       'label' => $lng['modules']['sasettings']['title'],
                                       'required_resources' => 'emails',
                               ),

 

to the e-mail section in 00.froxlor.main.php

 

Bye,

Carsten

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...