add link "remove account" to /mod/settings.php

This commit is contained in:
tommy tomson 2012-04-26 17:21:27 +02:00
parent 82abb14bf9
commit 77a0570162
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,11 @@ EOT;
'label' => t('Export personal data'), 'label' => t('Export personal data'),
'url' => $a->get_baseurl(true) . '/uexport', 'url' => $a->get_baseurl(true) . '/uexport',
'selected' => '' 'selected' => ''
),
array(
'label' => t('Remove account'),
'url' => $a->get_baseurl(true) . '/removeme',
'selected' => ''
) )
); );