diff options
author | Friendika <info@friendika.com> | 2010-11-16 20:13:18 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-16 20:13:18 -0800 |
commit | f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 (patch) | |
tree | 5f4bebec0387932becfb2415dd3c8045a7e5418d /view/profile_entry_default.tpl | |
parent | 22f7ffc2d71576acf16b71c2018cf92a39a73e78 (diff) | |
download | volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.gz volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.bz2 volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.zip |
finish moving english files
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 e9bceba89..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="Profile Image" /></a> -</div> -<div class="profile-listing-photo-end" ></div> -<div class="profile-listing-name" id="profile-listing-name-$id">$profile_name</div> -</div> -<div class="profile-listing-end"></div> |