From: stevetruckstuff Date: Fri, 18 Aug 2006 21:35:17 +0000 (+0000) Subject: TODO: Allow admins to change the default icon theme when icons aren't available.... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=63ddee9f8328dee8334fa1c4d57f9d50b573f115 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 --- 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; }