aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/apps.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/apps.tpl')
-rwxr-xr-xview/tpl/apps.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl
index 02a6bd047..d8e538cb7 100755
--- a/view/tpl/apps.tpl
+++ b/view/tpl/apps.tpl
@@ -2,7 +2,7 @@
{{foreach $apps as $ap}}
<div class="app-container">
-<a href="{{$ap.url}}" {{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" />
+<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>