diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 19:09:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 19:09:58 -0700 |
commit | c3fd5ed73202f4dd17dda87ac968b0db4f44d423 (patch) | |
tree | 353a6394ebb8ea8eddd0f8dc862fa7d09a3ee0b1 /view/profile_listing_header.tpl | |
parent | 6695b4a203ab03941c8b3305a3e55cc02b85a5ac (diff) | |
download | volse-hubzilla-c3fd5ed73202f4dd17dda87ac968b0db4f44d423.tar.gz volse-hubzilla-c3fd5ed73202f4dd17dda87ac968b0db4f44d423.tar.bz2 volse-hubzilla-c3fd5ed73202f4dd17dda87ac968b0db4f44d423.zip |
one true profile photo, force nicknames
Diffstat (limited to 'view/profile_listing_header.tpl')
-rw-r--r-- | view/profile_listing_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_listing_header.tpl b/view/profile_listing_header.tpl index ce052658d..d4b139a69 100644 --- a/view/profile_listing_header.tpl +++ b/view/profile_listing_header.tpl @@ -1,6 +1,6 @@ <h1>Profiles</h1> <p id="profile-listing-desc" > -Click photo to change profile image or use controls to edit/delete profile details. +<a href="profile_photo" >Change profile photo</a> </p> <div id="profile-listing-new-link-wrapper" > <a href="profiles/new" id="profile-listing-new-link" name="Create New Profile" >Create New Profile</a> |