// 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),
+ array('photos_widget', t('Show last Photos'), t('Show your last Photos in the Profile Page Sidebar'),false),
),
// Network tabs
* It displays the last 9 photos
*
* @param array $profile_data
- *......'profile_uid'...=> The user.id of the profile (owner of the hotos)
+ *......'profile_uid'...=> The user.id of the profile (owner of the photos)
*......'nickname'......=> Nick of the owner of the profile
*......'page-flags'....=> Account type of the profile
*