aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/conversation.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
committerfriendica <info@friendica.com>2012-04-03 16:40:25 -0700
commit3db2cf76b9329a194210a0faf19484dedf9eea86 (patch)
tree9f15e53691b6b0f214634ddee8b12402949345be /view/theme/loozah/conversation.tpl
parent4b762ff923626addc10e3b90c6fef183320c84ea (diff)
downloadvolse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.gz
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.tar.bz2
volse-hubzilla-3db2cf76b9329a194210a0faf19484dedf9eea86.zip
remove loozah themes which fell too far behind to recover
Diffstat (limited to 'view/theme/loozah/conversation.tpl')
-rwxr-xr-xview/theme/loozah/conversation.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/view/theme/loozah/conversation.tpl b/view/theme/loozah/conversation.tpl
deleted file mode 100755
index 33cedfb1e..000000000
--- a/view/theme/loozah/conversation.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ for $threads as $thread }}
-<div id="tread-wrapper-$thread.id" class="tread-wrapper">
- $thread.html
-</div>
-{{ endfor }}
-
-{{ if $dropping }}
-<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
- <div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
- <div id="item-delete-selected-desc" >$dropping</div>
-</div>
-<div id="item-delete-selected-end"></div>
-{{ endif }}