diff --git a/index.php b/index.php index 25fdb4f8c3..3d8648528c 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 61ea9ee5fc..4c7f8c94cc 100644 --- a/view/apps.tpl +++ b/view/apps.tpl @@ -2,6 +2,6 @@ diff --git a/view/theme/testbubble/nav.tpl b/view/theme/testbubble/nav.tpl index 359d01bc1f..a2171d4311 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 }}