diff options
author | Friendika <info@friendika.com> | 2011-04-12 21:21:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-12 21:21:33 -0700 |
commit | e8a0dd40b273df2dc22e10d91fc44fe464b408e7 (patch) | |
tree | 243fe266e8deca859f1d858bbeeaeeee9b187987 /view/profile_entry_default.tpl | |
parent | f04e2e70447e433bdc6acb2094fd988a995d1c08 (diff) | |
download | volse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.tar.gz volse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.tar.bz2 volse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.zip |
profile visibility editor
Diffstat (limited to 'view/profile_entry_default.tpl')
-rw-r--r-- | view/profile_entry_default.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/profile_entry_default.tpl b/view/profile_entry_default.tpl deleted file mode 100644 index 98f20dbe7..000000000 --- a/view/profile_entry_default.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -<div class="profile-listing" > -<div class="profile-listing-photo-wrapper" > -<a href="profiles/$id" class="profile-listing-edit-link" ><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a> -</div> -<div class="profile-listing-photo-end" ></div> -<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> -</div> -<div class="profile-listing-end"></div> |