diff options
author | Friendika <info@friendika.com> | 2011-09-28 04:19:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-28 04:19:42 -0700 |
commit | d0f45bf28167ddb4c4d4361b44d75b19157fbffb (patch) | |
tree | 7a85c920cbd15b7e96dffcb98a77210bb2780ddc /view/apps.tpl | |
parent | 360a46178b6f189a7ad4485fea65403463561149 (diff) | |
download | volse-hubzilla-d0f45bf28167ddb4c4d4361b44d75b19157fbffb.tar.gz volse-hubzilla-d0f45bf28167ddb4c4d4361b44d75b19157fbffb.tar.bz2 volse-hubzilla-d0f45bf28167ddb4c4d4361b44d75b19157fbffb.zip |
apps broken in all themes, apps link misplaced in testbubble
Diffstat (limited to 'view/apps.tpl')
-rw-r--r-- | view/apps.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/apps.tpl b/view/apps.tpl index 61ea9ee5f..4c7f8c94c 100644 --- a/view/apps.tpl +++ b/view/apps.tpl @@ -2,6 +2,6 @@ <ul> {{ for $apps as $ap }} - <li><a href="$ap.url">$ap.name</a></li> + <li>$ap</li> {{ endfor }} </ul> |