diff options
author | friendica <info@friendica.com> | 2014-05-19 16:49:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-19 16:49:11 -0700 |
commit | 6d01707a724504a34b8e84e87c6601a046de9739 (patch) | |
tree | f062ebc7ef703402ca74a83b4aca8877f3e86aa0 /view/tpl | |
parent | ea67b9bda895d30d3115b04ba78db35e6a8b0a74 (diff) | |
download | volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.tar.gz volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.tar.bz2 volse-hubzilla-6d01707a724504a34b8e84e87c6601a046de9739.zip |
more app backend work
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/app.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl new file mode 100644 index 000000000..30287b044 --- /dev/null +++ b/view/tpl/app.tpl @@ -0,0 +1,6 @@ +<div class="app-container"> +<a href="{{$ap.url}}" {{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" /> +<div class="app-name">{{$ap.name}}</div> +</a> +</div> + |