aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-12-22 19:05:16 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-12-22 19:05:16 +0100
commitc819c276f0bed98c2215ca0e5815ec8fb0f548c5 (patch)
treef198f213290ef2626bb7074303707279e089d51f /view
parent37534d110c0a544d76c4cd2d38d5cffa9f049ca9 (diff)
downloadvolse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.tar.gz
volse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.tar.bz2
volse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.zip
Remove unused apps.tpl
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/apps.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl
deleted file mode 100755
index d8e538cb7..000000000
--- a/view/tpl/apps.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<h3>{{$title}}</h3>
-
-{{foreach $apps as $ap}}
-<div class="app-container">
-<a href="{{$ap.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" />
-<div class="app-name">{{$ap.name}}</div>
-</a>
-</div>
-{{/foreach}}
-<div class="clear"></div>
-