diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-16 19:23:11 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-16 19:23:11 +0200 |
commit | f08844a8a58f46d539753831a8ff99995fc3c1ae (patch) | |
tree | c1a231e0d0a90f21d216d4ae554b51f547f93ea4 /view/theme/diabook-aerith/ch_directory_item.tpl | |
parent | 15dc8f4b212a0554844fcc3104942fe6fc944918 (diff) | |
download | volse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.tar.gz volse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.tar.bz2 volse-hubzilla-f08844a8a58f46d539753831a8ff99995fc3c1ae.zip |
diabook-themes: bugfix (sry, necessary)
Diffstat (limited to 'view/theme/diabook-aerith/ch_directory_item.tpl')
-rwxr-xr-x | view/theme/diabook-aerith/ch_directory_item.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/ch_directory_item.tpl b/view/theme/diabook-aerith/ch_directory_item.tpl new file mode 100755 index 000000000..db1936e4b --- /dev/null +++ b/view/theme/diabook-aerith/ch_directory_item.tpl @@ -0,0 +1,10 @@ + +<div class="directory-item" id="directory-item-$id" > + <div class="directory-photo-wrapper" id="directory-photo-wrapper-$id" > + <div class="directory-photo" id="directory-photo-$id" > + <a href="$profile-link" class="directory-profile-link" id="directory-profile-link-$id" > + <img class="directory-photo-img" src="$photo" alt="$alt-text" title="$alt-text" /> + </a> + </div> + </div> +</div> |