carsten Posted February 26, 2010 Posted February 26, 2010 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
Question
carsten
Hi,
I wrote a small patch for the missing panel_navigation which is needed by the sasettings-module. Just add:
to /var/www/froxlor/lib/navigation/30.sasettings.php and this
to the e-mail section in 00.froxlor.main.php
Bye,
Carsten
0 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.