aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/apps.tpl
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-23 11:33:11 +1100
committerRedMatrix <info@friendica.com>2014-12-23 11:33:11 +1100
commit1049adeff644eddd8a77ed29376a694e804f0604 (patch)
tree3ad11aea3578aa053435338d355f3eeb938db2fb /view/tpl/apps.tpl
parentc85702aeb61a0d496d123c63b322b728b78ff0f7 (diff)
parentfa65d31f3fb143acc8cc273d21a43c0bbd4f0524 (diff)
downloadvolse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.tar.gz
volse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.tar.bz2
volse-hubzilla-1049adeff644eddd8a77ed29376a694e804f0604.zip
Merge pull request #760 from pafcu/apps
Some apps changes
Diffstat (limited to 'view/tpl/apps.tpl')
-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>
-