diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-01-25 19:03:41 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-01-25 19:03:41 +0100 |
commit | 6558ee1e2210fb41b1f4d95f806ee441a565087d (patch) | |
tree | ae1f34aa7a25432652b2bc1f1264d09dc94c51cf /view/de/profile_entry_default.tpl | |
parent | 1f95ba5c344a1b17c735bf2760a169beeff864c2 (diff) | |
parent | bb5ad77e2a67e0443444a433583c7d8de1a037a9 (diff) | |
download | volse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.tar.gz volse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.tar.bz2 volse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'view/de/profile_entry_default.tpl')
-rw-r--r-- | view/de/profile_entry_default.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/de/profile_entry_default.tpl b/view/de/profile_entry_default.tpl new file mode 100644 index 000000000..dff6b53f7 --- /dev/null +++ b/view/de/profile_entry_default.tpl @@ -0,0 +1,9 @@ + +<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="Profilbild" /></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> |