From b741d413ead9cd167c2b7a1be6713e5a1be2fa92 Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Thu, 5 Oct 2006 15:29:50 +0000 Subject: [PATCH] Comments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11836 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/load_prefs.php b/include/load_prefs.php index 787e33f9..d0546413 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -75,6 +75,7 @@ while (!$found_theme && $k < count($user_themes)) { 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 +SB: Nope, still get errors. */ #$template_themes = $oTemplate->get_alternative_stylesheets(); #while (!$found_theme && (list($path, $name) = each($template_themes))) { -- 2.25.1