Added comment only
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 15:36:31 +0000 (15:36 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Oct 2006 15:36:31 +0000 (15:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11822 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/load_prefs.php

index d49e83b9a30b6e2514aa670a611d3ff3ee7396ae..787e33f942d9fa4c28bd570bada3b7de8fa300ea 100644 (file)
@@ -72,6 +72,9 @@ while (!$found_theme && $k < count($user_themes)) {
  * against.  For now, we assume that it is always found.
  * 
  * FIXME: fix this.
+PL: See include/init.php commit from 2 days ago, Template class should be
+    loaded before this file is, so the commented-out code below will probably 
+    work
  */
 #$template_themes = $oTemplate->get_alternative_stylesheets();
 #while (!$found_theme && (list($path, $name) = each($template_themes))) {