diff options
author | zottel <github@zottel.net> | 2012-04-24 10:38:23 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-24 10:38:23 +0200 |
commit | 912e008ded3d439f7779310eb422e4b871a9b63d (patch) | |
tree | 61f1960c1ff17e27d0755e40ea7ccb90d0c0d4b1 /view/theme/diabook/diabook-blue/directory_item.tpl | |
parent | e6847cdd3f6faf087dc7e738e1dbae7d70113451 (diff) | |
parent | fbdb8fc43a3cb03f25102f15a1deaf8408e9122a (diff) | |
download | volse-hubzilla-912e008ded3d439f7779310eb422e4b871a9b63d.tar.gz volse-hubzilla-912e008ded3d439f7779310eb422e4b871a9b63d.tar.bz2 volse-hubzilla-912e008ded3d439f7779310eb422e4b871a9b63d.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook/diabook-blue/directory_item.tpl')
-rwxr-xr-x | view/theme/diabook/diabook-blue/directory_item.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/view/theme/diabook/diabook-blue/directory_item.tpl b/view/theme/diabook/diabook-blue/directory_item.tpl deleted file mode 100755 index bc2af16c2..000000000 --- a/view/theme/diabook/diabook-blue/directory_item.tpl +++ /dev/null @@ -1,11 +0,0 @@ - -<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 class="contact-name" id="directory-name-$id">$name</div> -</div> |