diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 08:13:48 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 08:13:48 +0100 |
commit | ba027f174d593e31a24d6bcbaab490639169d312 (patch) | |
tree | 82b0de0bf29d6e85a4910dc0492e6734d12e07e8 /view/theme/diabook-blue/directory_item.tpl | |
parent | 64397ff09ff82b66b19ab7919f810e1d3e27352d (diff) | |
download | volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.tar.gz volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.tar.bz2 volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.zip |
add right_aside to diabook-blue
Diffstat (limited to 'view/theme/diabook-blue/directory_item.tpl')
-rwxr-xr-x | view/theme/diabook-blue/directory_item.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/directory_item.tpl b/view/theme/diabook-blue/directory_item.tpl new file mode 100755 index 000000000..db1936e4b --- /dev/null +++ b/view/theme/diabook-blue/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> |