aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/ch_directory_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
committerfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
commit6db8b5bbd213693587de6d696e401d5b936b3b80 (patch)
treeacb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/diabook/ch_directory_item.tpl
parent295b865d065b12c6686592bd34739ac9d9b87978 (diff)
downloadvolse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip
All the themes except one are horked anway
Diffstat (limited to 'view/theme/diabook/ch_directory_item.tpl')
-rw-r--r--view/theme/diabook/ch_directory_item.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/diabook/ch_directory_item.tpl b/view/theme/diabook/ch_directory_item.tpl
deleted file mode 100644
index db1936e4b..000000000
--- a/view/theme/diabook/ch_directory_item.tpl
+++ /dev/null
@@ -1,10 +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>