X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Fload_prefs.php;h=d054641337a38e1a279921098e7a506570fe1de8;hp=787e33f942d9fa4c28bd570bada3b7de8fa300ea;hb=b741d413ead9cd167c2b7a1be6713e5a1be2fa92;hpb=48acc8af35b7b52e94d89503ecbaa6c7664b340e;ds=sidebyside 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))) {