aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/directory_item.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-22 01:17:13 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-22 01:17:13 -0400
commitf99d9e4d7f89ed0edb03ff07bad7c087154fc6ad (patch)
tree880edf811fbdd2c58ddc4748d95e9244c202fd9e /view/theme/diabook-aerith/directory_item.tpl
parent2d129e7455b6b083809a03df97f299db732d79f6 (diff)
parentd340b80094cbaf33f3989422240be929741b0ff8 (diff)
downloadvolse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.gz
volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.tar.bz2
volse-hubzilla-f99d9e4d7f89ed0edb03ff07bad7c087154fc6ad.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: rev update diabook-themes: deleted obsolete diabook-folder & minor bug-fixes * master:
Diffstat (limited to 'view/theme/diabook-aerith/directory_item.tpl')
-rwxr-xr-xview/theme/diabook-aerith/directory_item.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/view/theme/diabook-aerith/directory_item.tpl b/view/theme/diabook-aerith/directory_item.tpl
deleted file mode 100755
index bc2af16c2..000000000
--- a/view/theme/diabook-aerith/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>