TODO: Allow admins to change the default icon theme when icons aren't available....
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Aug 2006 21:35:17 +0000 (21:35 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Aug 2006 21:35:17 +0000 (21:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11616 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/util_global.php

index 2ffd15e5a8abc41335720e509cca337f480e913b..87c3984f54f0b8a2ffc2d6afc60b37ca36fa141a 100644 (file)
@@ -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;
     }