mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
photo aside widget for profile page
This commit is contained in:
parent
99861b9fa6
commit
20fbf670db
15 changed files with 263 additions and 72 deletions
|
@ -79,6 +79,12 @@ function get_features() {
|
|||
array('savedsearch', t('Saved Searches'), t('Save search terms for re-use'),false),
|
||||
),
|
||||
|
||||
// Profile sidebar widgets
|
||||
'profile-widgets' => array(
|
||||
t('Profile Sidebar Widgets'),
|
||||
array('photos_widget', t('Show last Photos'), t('Show your last Photos on the Profile Page Sidebar'),false),
|
||||
),
|
||||
|
||||
// Network tabs
|
||||
'net_tabs' => array(
|
||||
t('Network Tabs'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue