provide other ways to export the basic info

This commit is contained in:
friendica
2013-01-16 21:34:36 -08:00
parent 92cf3aae10
commit 2ae2bb4191
4 changed files with 64 additions and 99 deletions

View File

@@ -63,11 +63,18 @@ function settings_init(&$a) {
),
array(
'label' => t('Export personal data'),
'url' => $a->get_baseurl(true) . '/uexport',
'label' => t('Export channel'),
'url' => $a->get_baseurl(true) . '/uexport/basic',
'selected' => ''
),
// array(
// 'label' => t('Export account'),
// 'url' => $a->get_baseurl(true) . '/uexport/complete',
// 'selected' => ''
// ),
);
$tabtpl = get_markup_template("generic_links_widget.tpl");