aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/ch_directory_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-16 22:59:09 -0700
committerfriendica <info@friendica.com>2012-04-16 22:59:09 -0700
commita7421990350e2409ee90957dab37e1ff1fc272df (patch)
tree0cf7b9ff52b3344d8e2b8540a3bb4cfe3f1f59e0 /view/theme/diabook-red/ch_directory_item.tpl
parent7ebca2b37d98f5865f6d006300c894ec9c44f165 (diff)
parent621bf6bab4680da3f92da56ecb12c16e194ebbbb (diff)
downloadvolse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.gz
volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.tar.bz2
volse-hubzilla-a7421990350e2409ee90957dab37e1ff1fc272df.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-red/ch_directory_item.tpl')
-rwxr-xr-xview/theme/diabook-red/ch_directory_item.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/diabook-red/ch_directory_item.tpl b/view/theme/diabook-red/ch_directory_item.tpl
new file mode 100755
index 000000000..db1936e4b
--- /dev/null
+++ b/view/theme/diabook-red/ch_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>