From b31ae96036029db7062a17deaf2016764ba8e503 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 4 Oct 2006 15:36:31 +0000 Subject: [PATCH] Added comment only git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11822 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/load_prefs.php b/include/load_prefs.php index d49e83b9..787e33f9 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -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))) { -- 2.25.1