summaryrefslogtreecommitdiff
path: root/actions/profilesettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r--actions/profilesettings.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php
index 28b1d20f3..17ffdf811 100644
--- a/actions/profilesettings.php
+++ b/actions/profilesettings.php
@@ -452,4 +452,13 @@ class ProfilesettingsAction extends AccountSettingsAction
return $other->id != $user->id;
}
}
+
+ function showAside() {
+ $this->elementStart('div', array('id' => 'aside_primary',
+ 'class' => 'aside'));
+ $this->element('a',
+ array('href' => common_local_url('backupaccount')),
+ _('Backup account'));
+ $this->elementEnd('div');
+ }
}