diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-24 19:38:54 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-24 19:38:54 -0400 |
commit | 8a6c407282fe10f676f08f21e28647a5c8794e11 (patch) | |
tree | b5a5bc5881bf5b35cdb52bb997498ef36a391720 /view/theme/diabook-blue/directory_item.tpl | |
parent | 803f79e0912c4a526a16fdda4809277d8ad3195d (diff) | |
parent | 3ae43c24487450a749942ef4c3c19fa2a61461b6 (diff) | |
download | volse-hubzilla-8a6c407282fe10f676f08f21e28647a5c8794e11.tar.gz volse-hubzilla-8a6c407282fe10f676f08f21e28647a5c8794e11.tar.bz2 volse-hubzilla-8a6c407282fe10f676f08f21e28647a5c8794e11.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
prevent duplicate friend suggestions
block filed items from deletion
add the bang
network filter is now a permission group
small fix in css
add right_aside to diabook-blue
add connectable services to right_aside
add PostIt to right_aside, fixes in css
* master:
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> |