From: pdontthink Date: Wed, 4 Oct 2006 15:36:31 +0000 (+0000) Subject: Added comment only X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b31ae96036029db7062a17deaf2016764ba8e503;p=squirrelmail.git Added comment only git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11822 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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))) {