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