From 7d82c714bfe0aadcc78de546d464619988293e96 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 5 Nov 2010 00:29:07 -0400 Subject: [PATCH] Display the application icon in the listview --- horde/services/portal/mobile.php | 2 +- horde/templates/portal/mobile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/horde/services/portal/mobile.php b/horde/services/portal/mobile.php index b407d257d..431a59dc6 100644 --- a/horde/services/portal/mobile.php +++ b/horde/services/portal/mobile.php @@ -22,7 +22,7 @@ if (empty($fullname)) { $links = array(); foreach ($registry->listApps() as $app) { if ($app != 'horde') { - $links[htmlspecialchars($registry->get('name', $app))] = Horde::url('', true, array('app' => $app)); + $links[htmlspecialchars($registry->get('name', $app))] = array(Horde::url('', true, array('app' => $app)), $registry->get('icon', $app)); } } diff --git a/horde/templates/portal/mobile.inc b/horde/templates/portal/mobile.inc index 20cf8053f..082ca8b90 100644 --- a/horde/templates/portal/mobile.inc +++ b/horde/templates/portal/mobile.inc @@ -5,7 +5,7 @@
-- 2.11.0