aboutsummaryrefslogtreecommitdiffstats
path: root/mod/settings.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 12:47:36 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-03-25 12:47:36 +0100
commitaf0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd (patch)
treec11a37fd0e816705f27d2ac97d9703e65a50a65e /mod/settings.php
parentbd60e2ec3f316f58b4fd644e01a5ced13f73865e (diff)
parentca113bfaa05fdf90a904c3a286a4e69b3a2d2082 (diff)
downloadvolse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.tar.gz
volse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.tar.bz2
volse-hubzilla-af0f3a7e05a76f50b0f6a8c9091e46faf5d37fcd.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/settings.php')
-rw-r--r--mod/settings.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 6a2733d7c..b20f4d11b 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -5,6 +5,7 @@ function settings_init(&$a) {
if(local_user()) {
profile_load($a,$a->user['nickname']);
}
+
}
@@ -341,9 +342,13 @@ function settings_content(&$a) {
$celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false);
+ $uexport = '<div id="uexport-link"><a href="uexport" >' . t('Export Personal Data') . '</a></div>';
+
+
$o .= replace_macros($stpl,array(
'$baseurl' => $a->get_baseurl(),
'$oidhtml' => $oidhtml,
+ '$uexport' => $uexport,
'$uid' => local_user(),
'$username' => $username,
'$openid' => $openid,