diff options
author | friendica <info@friendica.com> | 2012-03-22 20:19:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-22 20:19:44 -0700 |
commit | 42d231f8bfc55c3bce66bee7902fe4ec2a5e5041 (patch) | |
tree | d41c4e7a99583c808d226c126caf44800e89e0c3 /view/theme/diabook/directory_item.tpl | |
parent | 528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f (diff) | |
parent | bf4dd8ad1701c79a3de097b2792fa8ae2fc673b4 (diff) | |
download | volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.tar.gz volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.tar.bz2 volse-hubzilla-42d231f8bfc55c3bce66bee7902fe4ec2a5e5041.zip |
Merge pull request #158 from tomtom84/master
add right_aside to theme diabook ... need author
Diffstat (limited to 'view/theme/diabook/directory_item.tpl')
-rwxr-xr-x | view/theme/diabook/directory_item.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/diabook/directory_item.tpl b/view/theme/diabook/directory_item.tpl new file mode 100755 index 000000000..db1936e4b --- /dev/null +++ b/view/theme/diabook/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> |