aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/myapps.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-26 14:20:06 +0100
committerMario Vavti <mario@mariovavti.com>2015-10-26 14:20:06 +0100
commit4fb9571136eaa659cfe5cdfd9185acd92be527eb (patch)
tree282bd63e6ec54bc5230d898e272a316b857d1e97 /view/tpl/myapps.tpl
parente70bb371d91ac14f6c22868d4fcc76208bdace02 (diff)
parent2099ac06155cfbbfec5040b172b3d88bdf610ed2 (diff)
downloadvolse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.tar.gz
volse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.tar.bz2
volse-hubzilla-4fb9571136eaa659cfe5cdfd9185acd92be527eb.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'view/tpl/myapps.tpl')
-rwxr-xr-xview/tpl/myapps.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl
index ccb995849..32d544a86 100755
--- a/view/tpl/myapps.tpl
+++ b/view/tpl/myapps.tpl
@@ -1,7 +1,8 @@
+<div class="generic-content-wrapper-styled">
<h3>{{$title}}</h3>
{{foreach $apps as $ap}}
{{$ap}}
{{/foreach}}
<div class="clear"></div>
-
+</div>