diff options
author | friendica <info@friendica.com> | 2014-12-22 16:33:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-22 16:33:41 -0800 |
commit | 63ae4b515022843cadb27940c13f2b72a8c5faa5 (patch) | |
tree | 17afe2fb8efc7760a8de8291364989873806f8aa /view/tpl/apps.tpl | |
parent | 9544dffaf3ec7418a345a0ad81b8d493e609bcde (diff) | |
parent | 1049adeff644eddd8a77ed29376a694e804f0604 (diff) | |
download | volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.tar.gz volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.tar.bz2 volse-hubzilla-63ae4b515022843cadb27940c13f2b72a8c5faa5.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/apps.tpl')
-rwxr-xr-x | view/tpl/apps.tpl | 11 |
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> - |