photo aside widget for profile page

This commit is contained in:
rabuzarus 2015-12-30 00:26:50 +01:00
parent 99861b9fa6
commit 20fbf670db
15 changed files with 263 additions and 72 deletions

View file

@ -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'),