From 63ddee9f8328dee8334fa1c4d57f9d50b573f115 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Fri, 18 Aug 2006 21:35:17 +0000 Subject: [PATCH] TODO: Allow admins to change the default icon theme when icons aren't available. This should probably be done in conf.pl, and I have no idea how to change that. :-) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11616 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/util_global.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/util_global.php b/templates/util_global.php index 2ffd15e5..87c3984f 100644 --- a/templates/util_global.php +++ b/templates/util_global.php @@ -69,6 +69,7 @@ function getIconPath ($icon_theme_path, $icon_name) { return $icon_theme_path . $icon_name; // Icon not found, return the SQM default icon + // TODO: allow admins to change the default icon theme in conf.pl } elseif (is_file(SM_PATH . 'images/themes/default/'.$icon_name)) { return SM_PATH . 'images/themes/default/'.$icon_name; } -- 2.25.1