diff options
author | friendica <info@friendica.com> | 2012-03-30 04:53:49 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-30 04:53:49 -0700 |
commit | e36b1ed3d7e65dd0bf6a41de4d3ea69ba2775661 (patch) | |
tree | 96cf5bce16fc32da4a643bfb2effe4249a282fdf /view/theme/diabook-aerith/directory_item.tpl | |
parent | 32b346f5f185c8d1e8c55ab102af85e85e33fbbb (diff) | |
parent | 0bee09350df4d41c6354aa97d2648a43945e9ef6 (diff) | |
download | volse-hubzilla-e36b1ed3d7e65dd0bf6a41de4d3ea69ba2775661.tar.gz volse-hubzilla-e36b1ed3d7e65dd0bf6a41de4d3ea69ba2775661.tar.bz2 volse-hubzilla-e36b1ed3d7e65dd0bf6a41de4d3ea69ba2775661.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-aerith/directory_item.tpl')
-rwxr-xr-x | view/theme/diabook-aerith/directory_item.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/directory_item.tpl b/view/theme/diabook-aerith/directory_item.tpl new file mode 100755 index 000000000..db1936e4b --- /dev/null +++ b/view/theme/diabook-aerith/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> |