Export personal data: Now the settings menu on the left side is taken from the settings module.

This commit is contained in:
Michael Vogel 2014-04-24 11:58:04 +02:00
parent b9656cbe23
commit 9ae9b66328
1 changed files with 17 additions and 12 deletions

View File

@ -4,6 +4,10 @@ function uexport_init(&$a){
if(! local_user())
killme();
require_once("mod/settings.php");
settings_init($a);
/*
$tabs = array(
array(
'label' => t('Account settings'),
@ -49,6 +53,7 @@ function uexport_init(&$a){
'$class' => 'settings-widget',
'$items' => $tabs,
));
*/
}
function uexport_content(&$a){