aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/directory_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-28 14:55:50 -0700
committerfriendica <info@friendica.com>2013-03-28 14:55:50 -0700
commitef09e505141c78eb073d265f231fdf3c29710af8 (patch)
tree47c746b9115d30c4ac3e686022fa497238ac68eb /view/tpl/smarty3/directory_item.tpl
parentd0bf45972135bde9ac39a06c6fa5eb64d075a225 (diff)
parentc8852d455e77624baf9e6ac852c1176f45462e70 (diff)
downloadvolse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.gz
volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.tar.bz2
volse-hubzilla-ef09e505141c78eb073d265f231fdf3c29710af8.zip
Merge pull request #44 from beardy-unixer/c8852d455e77624baf9e6ac852c1176f45462e70
Template cleanup
Diffstat (limited to 'view/tpl/smarty3/directory_item.tpl')
-rw-r--r--view/tpl/smarty3/directory_item.tpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/view/tpl/smarty3/directory_item.tpl b/view/tpl/smarty3/directory_item.tpl
deleted file mode 100644
index ae52646b8..000000000
--- a/view/tpl/smarty3/directory_item.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-
-<div class="directory-item lframe" id="directory-item-{{$id}}" >
- <div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$id}}" >
- <div class="contact-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 class="contact-details">{{$details}}</div>
-</div>