From: Michael J. Rubinsky Date: Fri, 5 Nov 2010 04:29:07 +0000 (-0400) Subject: Display the application icon in the listview X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7d82c714bfe0aadcc78de546d464619988293e96;p=horde.git Display the application icon in the listview --- 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 @@