diff options
author | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-25 04:00:46 -0800 |
commit | e83db7876de79d392050dd71f0dc191325c8b8db (patch) | |
tree | 9c8267507165caff56fd08839a80000090c6dad8 /view/de/profile_entry_default.tpl | |
parent | 5a7ff660c4eabb989e5993cbf03bfe6786622bce (diff) | |
parent | 5eacc57800aac89c5faeb54988e6256df66c9ff7 (diff) | |
download | volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.gz volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.tar.bz2 volse-hubzilla-e83db7876de79d392050dd71f0dc191325c8b8db.zip |
Merge branch 'master' of https://github.com/tobiasd/friendika into tobiasd-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> |