diff options
author | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-22 19:05:16 +0100 |
---|---|---|
committer | Stefan Parviainen <saparvia@caterva.eu> | 2014-12-22 19:05:16 +0100 |
commit | c819c276f0bed98c2215ca0e5815ec8fb0f548c5 (patch) | |
tree | f198f213290ef2626bb7074303707279e089d51f | |
parent | 37534d110c0a544d76c4cd2d38d5cffa9f049ca9 (diff) | |
download | volse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.tar.gz volse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.tar.bz2 volse-hubzilla-c819c276f0bed98c2215ca0e5815ec8fb0f548c5.zip |
Remove unused 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> - |