diff --git a/index.php b/index.php
index 25fdb4f8c..3d8648528 100644
--- a/index.php
+++ b/index.php
@@ -140,7 +140,6 @@ call_hooks('app_menu', $arr);
$a->apps = $arr['app_menu'];
-
/**
*
* We have already parsed the server path into $a->argc and $a->argv
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 @@
{{ for $apps as $ap }}
- - $ap.name
+ - $ap
{{ endfor }}
diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl
index 359d01bc1..a2171d431 100644
--- a/view/theme/testbubble/nav.tpl
+++ b/view/theme/testbubble/nav.tpl
@@ -29,6 +29,7 @@
$nav.search.1
$nav.directory.1
+ {{ if $nav.apps }}$nav.apps.1{{ endif }}
{{ if $nav.notifications }}$nav.notifications.1{{ endif }}
{{ if $nav.messages }}$nav.messages.1{{ endif }}
@@ -49,7 +50,6 @@
- {{ if $nav.apps }}$nav.apps.1{{ endif }}