photo aside widget: little polish
This commit is contained in:
parent
20fbf670db
commit
3366e530cd
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ function get_features() {
|
||||||
// Profile sidebar widgets
|
// Profile sidebar widgets
|
||||||
'profile-widgets' => array(
|
'profile-widgets' => array(
|
||||||
t('Profile Sidebar Widgets'),
|
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
|
// Network tabs
|
||||||
|
|
|
@ -92,7 +92,7 @@ function photos_permissions($owner_uid, $community_page = 0) {
|
||||||
* It displays the last 9 photos
|
* It displays the last 9 photos
|
||||||
*
|
*
|
||||||
* @param array $profile_data
|
* @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
|
*......'nickname'......=> Nick of the owner of the profile
|
||||||
*......'page-flags'....=> Account type of the profile
|
*......'page-flags'....=> Account type of the profile
|
||||||
*
|
*
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue